- 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

@@ -81,7 +81,7 @@ class AppTool(QtWidgets.QWidget):
if separator is True:
pos.addSeparator()
self.menuAction.triggered.connect(self.run)
self.menuAction.triggered.connect(lambda: self.run(toggle=True))
def run(self):