- fixed issue with not loading old projects that do not have certain information's required by the new versions of FlatCAM

- compacted a bit more the GUI for Gerber Object
This commit is contained in:
Marius Stanciu
2019-02-19 13:00:38 +02:00
committed by Marius
parent 7f65cf628d
commit d998b87601
4 changed files with 22 additions and 12 deletions

View File

@@ -6272,7 +6272,6 @@ class App(QtCore.QObject):
obj_inst.from_dict(obj)
App.log.debug(obj['kind'] + ": " + obj['options']['name'])
self.new_object(obj['kind'], obj['options']['name'], obj_init, active=False, fit=False, plot=True)
self.plot_all()
self.inform.emit("[success] Project loaded from: " + filename)