Fix outdated docstring in project tree class
This commit is contained in:
@@ -760,8 +760,8 @@ class GuiProjectTree(QTreeWidget):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def dropEvent(self, theEvent):
|
def dropEvent(self, theEvent):
|
||||||
"""Overload the drop of dragged item event to check whether the
|
"""Overload the drop item event to ensure relevant data has been
|
||||||
drop is allowed or not. Disallowed drops are cancelled.
|
updated.
|
||||||
"""
|
"""
|
||||||
sHandle = self.getSelectedHandle()
|
sHandle = self.getSelectedHandle()
|
||||||
if sHandle is None:
|
if sHandle is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user