- 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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user