- Milling Tool - made sure that on target object change the UI is build again
This commit is contained in:
@@ -19,6 +19,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
- started to work in Milling Tool - designing the Tool UI
|
- started to work in Milling Tool - designing the Tool UI
|
||||||
- Milling Tool - finished the UI and also the button handlers in the Geometry and Excellon objects Properties UI
|
- Milling Tool - finished the UI and also the button handlers in the Geometry and Excellon objects Properties UI
|
||||||
- Milling Tool - fixed the situation when launching the Tool but there is no object loaded
|
- Milling Tool - fixed the situation when launching the Tool but there is no object loaded
|
||||||
|
- Milling Tool - made sure that on target object change the UI is build again
|
||||||
|
|
||||||
12.11.2020
|
12.11.2020
|
||||||
|
|
||||||
|
|||||||
@@ -818,6 +818,8 @@ class ToolMilling(AppTool, Excellon):
|
|||||||
|
|
||||||
self.ui.add_tool_frame.show()
|
self.ui.add_tool_frame.show()
|
||||||
|
|
||||||
|
self.build_ui()
|
||||||
|
|
||||||
def on_object_changed(self):
|
def on_object_changed(self):
|
||||||
# load the Milling object
|
# load the Milling object
|
||||||
self.obj_name = self.ui.object_combo.currentText()
|
self.obj_name = self.ui.object_combo.currentText()
|
||||||
|
|||||||
Reference in New Issue
Block a user