Made drag n drop activate just when the playlist is fully loaded.

This commit is contained in:
The Wobbler 2025-02-19 18:57:23 +01:00
parent d8f885959b
commit db191cbc44
3 changed files with 9 additions and 2 deletions

View file

@ -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)