Made the sort indicator actually show.
This commit is contained in:
parent
7205de8389
commit
894b3d213a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class PlaylistView(QTreeWidget):
|
|||
|
||||
self.header = self.header()
|
||||
self.header.setSectionsClickable(True)
|
||||
self.header.setSortIndicatorShown(True)
|
||||
|
||||
playlist.views[id(dock)] = self
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue