- make sure that the state of the workspace is saved correctly on change

This commit is contained in:
Marius Stanciu
2022-03-31 11:40:50 +03:00
committed by Marius
parent c4151631ec
commit e1824a09f7
4 changed files with 6 additions and 1 deletions

View File

@@ -1833,7 +1833,7 @@ class App(QtCore.QObject):
return os.path.join(self.data_path, 'log.txt')
def on_options_value_changed(self, key_changed):
# when changing those properties the associated keys change so we get an updated Properties default Tab
# when changing those properties the associated keys change, so we get an updated Properties default Tab
if key_changed in [
"global_grid_lines", "global_grid_snap", "global_axis", "global_workspace", "global_workspaceT",
"global_workspace_orientation", "global_hud"