- fix for contextual menus on canvas when using PyQt versions > 5.12.1
- decision on which mouse button to use for panning is done now once when setting the plotcanvas
This commit is contained in:
@@ -69,5 +69,5 @@ if __name__ == '__main__':
|
||||
app.setStyle(style)
|
||||
|
||||
fc = App()
|
||||
|
||||
sys.exit(app.exec_())
|
||||
# sys.exit(app.exec_())
|
||||
app.exec_()
|
||||
Reference in New Issue
Block a user