- 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

@@ -18,6 +18,7 @@ CHANGELOG for FlatCAM beta
- fixed issue #409; problem was due of an assert I used in the handler of the Menu ->Options -> Flip X(Y) menu entry - fixed issue #409; problem was due of an assert I used in the handler of the Menu ->Options -> Flip X(Y) menu entry
- activated and updated the editing in the Aperture Table in the Gerber Editor; not all parameters can be edited for every type of aperture - activated and updated the editing in the Aperture Table in the Gerber Editor; not all parameters can be edited for every type of aperture
- some strings updated - some strings updated
- fixed a small issue in loading the Projects
29.04.2020 29.04.2020

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: except Exception as e:
print('App.open_project() --> ' + str(e)) print('App.open_project() --> ' + str(e))