- 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:
Marius Stanciu
2021-09-02 12:46:38 +03:00
committed by Marius
parent 2e23b8590b
commit 3ddb321dff
4 changed files with 41 additions and 84 deletions

View File

@@ -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):