- small change

This commit is contained in:
Marius Stanciu
2021-09-06 01:25:05 +03:00
committed by Marius Stanciu
parent 358ae2d960
commit c3ac752c12
2 changed files with 9 additions and 16 deletions

View File

@@ -564,7 +564,6 @@ class CNCJobObject(FlatCAMObj, CNCjob):
}
""")
self.ui.separator_line.hide()
self.ui.annotation_cb.hide()
else:
self.ui.level.setText('%s' % _('Advanced'))
@@ -575,7 +574,6 @@ class CNCJobObject(FlatCAMObj, CNCjob):
}
""")
self.ui.separator_line.show()
self.ui.annotation_cb.show()
def ui_connect(self):