Assembly: Fix conflicting shortcut for Exploded view

This commit is contained in:
PaddleStroke
2024-07-18 14:19:26 +02:00
committed by Chris Hennes
parent b3680522f3
commit 613b56db9d
2 changed files with 1 additions and 2 deletions

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",

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.",