- adjusted axis at startup for legacy graphic engine plotcanvas
- when the graphic engine is changed in Edit -> Preferences -> General -> App Preferences, the application will restart
This commit is contained in:
@@ -154,6 +154,7 @@ class PlotCanvasLegacy(QtCore.QObject):
|
||||
self.canvas.setFocus()
|
||||
self.native = self.canvas
|
||||
|
||||
self.adjust_axes(-10, -10, 100, 100)
|
||||
# self.canvas.set_can_focus(True) # For key press
|
||||
|
||||
# Attach to parent
|
||||
|
||||
Reference in New Issue
Block a user