Drop deleteLater for context menus
This commit is contained in:
@@ -970,7 +970,7 @@ class GuiProjectTree(QTreeView):
|
||||
ctxMenu.buildSingleSelectMenu()
|
||||
|
||||
ctxMenu.exec(self.viewport().mapToGlobal(point))
|
||||
ctxMenu.deleteLater()
|
||||
ctxMenu.setParent(None)
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user