- 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
@@ -280,7 +280,7 @@ class NonCopperClear(AppTool, Gerber):
|
||||
self.ui.type_obj_radio.set_value(kind)
|
||||
|
||||
self.ui.object_combo.set_value(name)
|
||||
except IndexError:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def on_toggle_all_rows(self):
|
||||
|
||||
Reference in New Issue
Block a user