- fixed a small issue in loading the Projects
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user