- fixed some issues with ToolMeasurement due of above changes

This commit is contained in:
Marius Stanciu
2019-03-10 17:21:45 +02:00
parent a6e23b28a7
commit 68cadb08ce
8 changed files with 306 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ class ToolMove(FlatCAMTool):
return
self.toggle()
def toggle(self):
def toggle(self, toggle=False):
if self.isVisible():
self.setVisible(False)