- working to differentiate between temporary units change and permanent units change
This commit is contained in:
@@ -728,7 +728,7 @@ class AppGCodeEditorUI:
|
||||
self.decimals = self.app.decimals
|
||||
|
||||
# ## Current application units in Upper Case
|
||||
self.units = self.app.defaults['units'].upper()
|
||||
self.units = self.app.app_units.upper()
|
||||
|
||||
# self.setSizePolicy(
|
||||
# QtWidgets.QSizePolicy.Policy.MinimumExpanding,
|
||||
|
||||
Reference in New Issue
Block a user