- major change: from now on the only dimensional units available are those from ISO METRIC system

This commit is contained in:
Marius Stanciu
2023-04-08 12:29:45 +03:00
parent b446ded9ab
commit faf41d7bca
7 changed files with 8 additions and 357 deletions

View File

@@ -2599,8 +2599,6 @@ class AppIO(QtCore.QObject):
# for some reason, setting ui_title does not work when this method is called from Tcl Shell
# it's because the TclCommand is run in another thread (it inherits TclCommandSignaled)
if cli is None:
self.app.set_screen_units(self.app.options["units"])
self.app.restore_project_objects_sig.emit(proj_dict, filename, cli, plot)