- Milling Tool - made sure that on target object change the UI is build again

This commit is contained in:
Marius Stanciu
2020-11-13 17:53:48 +02:00
parent f23f4bc740
commit 14c884b6ac
2 changed files with 3 additions and 0 deletions

View File

@@ -818,6 +818,8 @@ class ToolMilling(AppTool, Excellon):
self.ui.add_tool_frame.show()
self.build_ui()
def on_object_changed(self):
# load the Milling object
self.obj_name = self.ui.object_combo.currentText()