- 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

@@ -7121,7 +7121,7 @@ class App(QtCore.QObject):
"""
self.defaults.report_usage("obj_properties()")
self.properties_tool.run(toggle=False)
self.properties_tool.run(toggle=True)
def on_project_context_save(self):
"""