Fix outdated docstring in project tree class

This commit is contained in:
Veronica Berglyd Olsen
2022-05-08 18:21:17 +02:00
parent 0a5c51ad4b
commit 9e9beea83c
+2 -2
View File
@@ -760,8 +760,8 @@ class GuiProjectTree(QTreeWidget):
return
def dropEvent(self, theEvent):
"""Overload the drop of dragged item event to check whether the
drop is allowed or not. Disallowed drops are cancelled.
"""Overload the drop item event to ensure relevant data has been
updated.
"""
sHandle = self.getSelectedHandle()
if sHandle is None: