diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cec78c6..55611d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ CHANGELOG for FlatCAM beta - more strings updated - modified the shortcut strings and the way the shortcuts were listed in the Shortcut keys list such that it will allow a future Shortcuts Manager - updated all the language strings according to the modifications done above +- fixed a small issue with using the shortcut key for toggling the display of Properties tab + 25.10.2020 diff --git a/appGUI/MainGUI.py b/appGUI/MainGUI.py index c372acba..93dc88c4 100644 --- a/appGUI/MainGUI.py +++ b/appGUI/MainGUI.py @@ -2722,7 +2722,7 @@ class MainGUI(QtWidgets.QMainWindow): # Switch to Selected Tab if key == QtCore.Qt.Key_2: - self.app.on_select_tab('selected') + self.app.on_select_tab('properties') # Switch to Tool Tab if key == QtCore.Qt.Key_3: diff --git a/app_Main.py b/app_Main.py index b1ea3c2a..06dfbb82 100644 --- a/app_Main.py +++ b/app_Main.py @@ -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) diff --git a/locale/it/LC_MESSAGES/strings.mo b/locale/it/LC_MESSAGES/strings.mo index a1f6336c..c8c66202 100644 Binary files a/locale/it/LC_MESSAGES/strings.mo and b/locale/it/LC_MESSAGES/strings.mo differ diff --git a/locale/it/LC_MESSAGES/strings.po b/locale/it/LC_MESSAGES/strings.po index c0db416c..3276ec2f 100644 --- a/locale/it/LC_MESSAGES/strings.po +++ b/locale/it/LC_MESSAGES/strings.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2020-10-26 18:25+0200\n" -"PO-Revision-Date: 2020-10-26 18:33+0200\n" +"PO-Revision-Date: 2020-10-26 19:28+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: it\n" @@ -223,7 +223,7 @@ msgstr "Le aree di esclusione selezionate sono state cancellate." #: appDatabase.py:40 msgid "ID" -msgstr "id" +msgstr "ID" #: appDatabase.py:40 msgid "Tool Name"