- reverted changes in Tools regarding the toggle effect - now they work as expected
This commit is contained in:
@@ -262,7 +262,7 @@ class NonCopperClear(FlatCAMTool, Gerber):
|
||||
def run(self, toggle=True):
|
||||
self.app.report_usage("ToolNonCopperClear()")
|
||||
|
||||
FlatCAMTool.run(self, toggle=toggle)
|
||||
FlatCAMTool.run(self)
|
||||
self.set_tool_ui()
|
||||
|
||||
self.build_ui()
|
||||
|
||||
Reference in New Issue
Block a user