- 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:
@@ -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
|
||||
|
||||
# #############################################################################
|
||||
|
||||
Reference in New Issue
Block a user