- fixed the menu entries for the Properties Tool, Transform Tool

- fixed the Tools menu actions
This commit is contained in:
Marius Stanciu
2020-11-16 02:40:21 +02:00
committed by Marius
parent 72a9871871
commit 5a1ea25cef
5 changed files with 6 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ class FlatCAMObj(QtCore.QObject):
pass
try:
self.ui.transformations_button.clicked.connect(self.app.transform_tool.run)
self.ui.transformations_button.clicked.connect(lambda: self.app.transform_tool.run(toggle=True))
except (TypeError, AttributeError):
pass