Fix some things that I broke and further cleanup

This commit is contained in:
David Robertson
2020-04-29 02:46:52 +01:00
parent 72c2dd5f26
commit a05c174ec8
41 changed files with 314 additions and 308 deletions

View File

@@ -136,7 +136,7 @@ class DistanceMin(FlatCAMTool):
self.jump_hp_btn.clicked.connect(self.on_jump_to_half_point)
def run(self, toggle=False):
self.app.report_usage("ToolDistanceMin()")
self.app.defaults.report_usage("ToolDistanceMin()")
if self.app.tool_tab_locked is True:
return