- Drilling Tool - minor UI change

- Isolation Tool - remade the 'Beginner/Advanced' Mode
This commit is contained in:
Marius Stanciu
2020-12-10 00:30:31 +02:00
committed by Marius
parent 900af55be0
commit e079d97d02
4 changed files with 154 additions and 69 deletions

View File

@@ -524,6 +524,9 @@ class ToolMilling(AppTool, Excellon):
self.ui.level.setChecked(False)
def on_level_changed(self, checked):
self.target_obj = self.app.collection.get_by_name(self.ui.object_combo.get_value())
if not checked:
self.ui.level.setText('%s' % _('Beginner'))
self.ui.level.setStyleSheet("""