Remove the context menu in the main window (#1147)
This commit is contained in:
@@ -191,6 +191,7 @@ class GuiMain(QMainWindow):
|
||||
self.setCentralWidget(self.mainStack)
|
||||
self.setStatusBar(self.statusBar)
|
||||
self.addToolBar(Qt.LeftToolBarArea, self.viewsBar)
|
||||
self.setContextMenuPolicy(Qt.NoContextMenu) # Issue #1147
|
||||
|
||||
# Connect Signals
|
||||
# ===============
|
||||
|
||||
Reference in New Issue
Block a user