- fixed crash when trying to set a workspace in FlatCAM in the Legacy engine 2D mode by disabling this function for the case of 2D mode
- updated the translation files
This commit is contained in:
@@ -85,7 +85,7 @@ class FlatCAMObj(QtCore.QObject):
|
||||
if self.app.is_legacy is False:
|
||||
self.shapes = self.app.plotcanvas.new_shape_group()
|
||||
else:
|
||||
self.shapes = ShapeCollectionLegacy(obj=self, app=self.app)
|
||||
self.shapes = ShapeCollectionLegacy(obj=self, app=self.app, name='application')
|
||||
|
||||
# self.mark_shapes = self.app.plotcanvas.new_shape_collection(layers=2)
|
||||
self.mark_shapes = {}
|
||||
|
||||
Reference in New Issue
Block a user