- fixed crash in Properties Tool, when applied on a CNCJob object made out of an Excellon object (fixed issue #444)

- in Properties Tool, for CNCJob objects made out of Excellon objects, added the information's from Tool Data
- in Properties Tool made sure that the set color for the Tree parents depends on the fact if the gray icons set are used (dark theme) or not
- Properties Tool - properties for a Gerber objects has the Tool Data now at the end of the information's
This commit is contained in:
Marius Stanciu
2020-08-27 00:17:14 +03:00
parent a823de9f98
commit ffdcfb0b5d
3 changed files with 44 additions and 24 deletions

View File

@@ -2294,8 +2294,6 @@ class CNCJobObject(FlatCAMObj, CNCjob):
if self.app.is_legacy is False:
self.annotation.clear(update=True)
def on_annotation_change(self):
"""
Handler for toggling the annotation display by clicking a checkbox.