- fixed issues when saving the project due of changed serializable attributes
This commit is contained in:
@@ -158,7 +158,7 @@ class GeometryObject(FlatCAMObj, Geometry):
|
||||
# Attributes to be included in serialization
|
||||
# Always append to it because it carries contents
|
||||
# from predecessors.
|
||||
self.ser_attrs += ['options', 'kind', 'multigeo', 'fill_color', 'outline_color', 'alpha_level']
|
||||
self.ser_attrs += ['obj_options', 'kind', 'multigeo', 'fill_color', 'outline_color', 'alpha_level']
|
||||
|
||||
def build_ui(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user