Assembly: Fix conflicting shortcut for Exploded view

This commit is contained in:
PaddleStroke
2024-07-22 00:07:51 -05:00
committed by Chris Hennes
parent 373533d030
commit 6ce744a9a1
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class CommandCreateView:
return {
"Pixmap": "Assembly_ExplodedView",
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateView", "Create Exploded View"),
"Accel": "V",
"Accel": "E",
"ToolTip": "<p>"
+ QT_TRANSLATE_NOOP(
"Assembly_CreateView",
-1
View File
@@ -45,7 +45,6 @@ class CommandExportASMT:
return {
"Pixmap": "Assembly_ExportASMT",
"MenuText": QT_TRANSLATE_NOOP("Assembly_ExportASMT", "Export ASMT File"),
"Accel": "E",
"ToolTip": QT_TRANSLATE_NOOP(
"Assembly_ExportASMT",
"Export currently active assembly as a ASMT file.",