Skip to content
Snippets Groups Projects
Unverified Commit 47be059c authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Merge pull request #25108 from mantidproject/25056_remove_right-click_on_plot_toolbar

Disable context menu in figure toolbar in workbench
parents 868dad0b 8fd9bff3
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,9 @@ class WorkbenchNavigationToolbar(NavigationToolbar2QT): ...@@ -106,6 +106,9 @@ class WorkbenchNavigationToolbar(NavigationToolbar2QT):
painter.drawPixmap(0, 0, pixmap) painter.drawPixmap(0, 0, pixmap)
painter.end() painter.end()
def contextMenuEvent(self, event):
pass
class ToolbarStateChecker(object): class ToolbarStateChecker(object):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment