- Excellon UI: fixed a small issue with toggling all rows in Tools Table not toggling off and also the milling section in Utilities was not updated

This commit is contained in:
Marius Stanciu
2020-10-23 19:16:56 +03:00
committed by Marius
parent 1b3919aca7
commit 5a929a4c60
3 changed files with 11 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ class ToolMilling(AppTool, Excellon):
# #############################################################################
# ######################### Tool GUI ##########################################
# #############################################################################
self.ui = DrillingUI(layout=self.layout, app=self.app)
self.ui = MillingUI(layout=self.layout, app=self.app)
self.toolName = self.ui.toolName
# #############################################################################