- some GUI changes in Milling Plugin
- fixed the multiple selection in the Project Tab collection list; now only a single selection will trigger the signal 'proj_selection_changed' - when Milling Plugin is opened, selecting an Excelon object will set the GUI to Excellon Target
This commit is contained in:
@@ -974,7 +974,7 @@ class ToolDrilling(AppTool, Excellon):
|
||||
kind = sel_obj.kind
|
||||
if kind in ['geometry', 'excellon']:
|
||||
self.ui.object_combo.set_value(name)
|
||||
except IndexError:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def ui_connect(self):
|
||||
|
||||
Reference in New Issue
Block a user