diff --git a/Core/Interface/DockBarOne.py b/Core/Interface/DockBarOne.py index b32f7c5..66f598a 100644 --- a/Core/Interface/DockBarOne.py +++ b/Core/Interface/DockBarOne.py @@ -174,8 +174,6 @@ class EntityList(QtWidgets.QTreeWidget): """ Handle dragging of entities onto canvas. """ - super().mouseMoveEvent(event) - if event.buttons() == QtCore.Qt.MouseButton.LeftButton: itemDragged = self.itemAt(event.pos()) else: