- upgraded all the plugins such that at each launch the Plugin UI is reinitialized reducing the chances to get errors like "wrapped up C++ object deleted" with the side effect that the performance might be slightly reduced
This commit is contained in:
@@ -1567,7 +1567,7 @@ class GeometryObject(FlatCAMObj, Geometry):
|
||||
try:
|
||||
self.ser_attrs.remove('tools')
|
||||
self.ser_attrs.append('tools')
|
||||
except (TypeError, ValueError):
|
||||
except (TypeError, ValueError, RuntimeError):
|
||||
pass
|
||||
|
||||
self.app.inform.emit('[success] %s' % _("Tool was edited in Tool Table."))
|
||||
|
||||
Reference in New Issue
Block a user