- 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user