- Drilling Tool - minor UI change
- Isolation Tool - remade the 'Beginner/Advanced' Mode
This commit is contained in:
@@ -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("""
|
||||
|
||||
Reference in New Issue
Block a user