- some changes due of porting to PyQt6
This commit is contained in:
@@ -537,7 +537,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
return False
|
||||
|
||||
def supportedDropActions(self):
|
||||
return Qt.MoveAction
|
||||
return Qt.DropAction.MoveAction
|
||||
|
||||
def flags(self, index):
|
||||
default_flags = QtCore.QAbstractItemModel.flags(self, index)
|
||||
|
||||
Reference in New Issue
Block a user