- fixed a bug introduced by first mod today, when the selected object is of 'cncjob' kind.
This commit is contained in:
committed by
Marius Stanciu
parent
e677a6592e
commit
b023b79822
@@ -173,7 +173,7 @@ class ToolSub(AppTool):
|
||||
self.ui.target_gerber_combo.set_value(name)
|
||||
if kind == 'geometry':
|
||||
self.ui.target_geo_combo.set_value(name)
|
||||
except IndexError:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def set_tool_ui(self):
|
||||
|
||||
Reference in New Issue
Block a user