- fixed the menu entries for the Properties Tool, Transform Tool
- fixed the Tools menu actions
This commit is contained in:
@@ -2893,7 +2893,7 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
|
||||
# Properties Tool
|
||||
if key == QtCore.Qt.Key_P:
|
||||
self.app.properties_tool.run()
|
||||
self.app.properties_tool.run(toggle=True)
|
||||
return
|
||||
|
||||
# Change Units
|
||||
|
||||
Reference in New Issue
Block a user