Small bug fix.

This commit is contained in:
AccentuSoft
2023-02-17 01:12:56 +02:00
parent 3603f714fb
commit 756972aa75

View File

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