- fixed a small issue with using the shortcut key for toggling the display of Properties tab

This commit is contained in:
Marius Stanciu
2020-10-26 20:59:54 +02:00
committed by Marius
parent 9a6cef05ae
commit edb1407b13
5 changed files with 6 additions and 4 deletions

View File

@@ -6148,7 +6148,7 @@ class App(QtCore.QObject):
if name == 'project':
self.ui.notebook.setCurrentWidget(self.ui.project_tab)
elif name == 'selected':
elif name == 'properties':
self.ui.notebook.setCurrentWidget(self.ui.properties_tab)
elif name == 'tool':
self.ui.notebook.setCurrentWidget(self.ui.tool_tab)