- 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
@@ -100,7 +100,7 @@ class Film(AppTool):
|
||||
|
||||
self.ui.tf_object_combo.set_value(name)
|
||||
self.ui.tf_box_combo.set_value(name)
|
||||
except IndexError:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def run(self, toggle=True):
|
||||
|
||||
Reference in New Issue
Block a user