- changing some parameters from 'geometry_' to 'tools_mill_' format

This commit is contained in:
Marius Stanciu
2021-01-05 06:20:13 +02:00
committed by Marius
parent 92ba4b9a81
commit ca8db9cacd
9 changed files with 36 additions and 34 deletions

View File

@@ -1124,6 +1124,9 @@ class ToolMilling(AppTool, Excellon):
self.build_ui()
def on_object_changed(self):
if not self.app.ui.notebook.tabText(2) != _("Milling Tool"):
return
# handle the Plot checkbox
self.plot_cb_handler()