add app_utils for motion_assert, contextMenu og GraphItem, further fixes
This commit is contained in:
@@ -220,7 +220,7 @@ class WndFixTarget(QWidget):
|
||||
# def contextMenuEvent(self, event) is called... but this requests to overload the function
|
||||
# and to build an own context menu
|
||||
# much simpler is to use Qt.ActionsContextMenu
|
||||
# and to handle the context in the parent plass
|
||||
# and to handle the context in the parent class
|
||||
|
||||
tree.setContextMenuPolicy(Qt.ActionsContextMenu)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user