- fixed some issues with ToolMeasurement due of above changes
This commit is contained in:
@@ -56,7 +56,7 @@ class ToolMove(FlatCAMTool):
|
||||
return
|
||||
self.toggle()
|
||||
|
||||
def toggle(self):
|
||||
def toggle(self, toggle=False):
|
||||
if self.isVisible():
|
||||
self.setVisible(False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user