Made drag n drop activate just when the playlist is fully loaded.
This commit is contained in:
parent
d8f885959b
commit
db191cbc44
3 changed files with 9 additions and 2 deletions
|
@ -24,7 +24,6 @@ class PlaylistView(QTreeWidget):
|
|||
|
||||
playlist.views[id(dock)] = self
|
||||
|
||||
self.setDragDropMode(QAbstractItemView.DragDropMode.InternalMove)
|
||||
self.setSelectionMode(QAbstractItemView.SelectionMode.ExtendedSelection)
|
||||
|
||||
self.setColumnCount(4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue