- remade the CNC Job Object Properties UI
This commit is contained in:
committed by
Marius Stanciu
parent
47d8c4cb58
commit
358ae2d960
@@ -564,6 +564,7 @@ class CNCJobObject(FlatCAMObj, CNCjob):
|
||||
}
|
||||
""")
|
||||
|
||||
self.ui.separator_line.hide()
|
||||
self.ui.annotation_cb.hide()
|
||||
else:
|
||||
self.ui.level.setText('%s' % _('Advanced'))
|
||||
@@ -574,6 +575,7 @@ class CNCJobObject(FlatCAMObj, CNCjob):
|
||||
}
|
||||
""")
|
||||
|
||||
self.ui.separator_line.show()
|
||||
self.ui.annotation_cb.show()
|
||||
|
||||
def ui_connect(self):
|
||||
|
||||
Reference in New Issue
Block a user