- minor fix in App Tools that were updated to have UI in a separate class

This commit is contained in:
Marius Stanciu
2020-06-16 15:14:34 +03:00
parent 6ec57391f4
commit 651b3137e9
5 changed files with 7 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ class ToolIsolation(AppTool, Gerber):
# ######################### Tool GUI ##########################################
# #############################################################################
self.ui = IsoUI(layout=self.layout, app=self.app)
self.toolName = self.ui.toolName
# #############################################################################
# ###################### Setup CONTEXT MENU ###################################