- fixed a small issue in loading the Projects

This commit is contained in:
Marius Stanciu
2020-05-01 00:31:21 +03:00
committed by Marius
parent 1bbbb70fc8
commit 6d2ffe9c95
2 changed files with 2 additions and 1 deletions

View File

@@ -9791,7 +9791,7 @@ class App(QtCore.QObject):
)
)
self.new_object(obj['kind'], obj['options']['name'], obj_init, active=False, fit=False, plot=plot)
self.new_object(obj['kind'], obj['options']['name'], obj_init, plot=plot)
except Exception as e:
print('App.open_project() --> ' + str(e))