[Gui] Edit Menu Remove Duplicate Shift+E...

....shortcut, return Toggle Edit to pre-Big Merge with no shortcut.

See Discussion https://forum.freecadweb.org/viewtopic.php?f=3&t=44394
This commit is contained in:
Syres916
2020-03-31 15:25:57 +01:00
committed by Yorik van Havre
parent 9d9102bc7e
commit a0ec977152

View File

@@ -1503,7 +1503,7 @@ StdCmdEdit::StdCmdEdit()
sToolTipText = QT_TR_NOOP("Toggles the selected object's edit mode");
sWhatsThis = "Std_Edit";
sStatusTip = QT_TR_NOOP("Activates or Deactivates the selected object's edit mode");
sAccel = "Shift+E";
sAccel = "";
#if QT_VERSION >= 0x040200
sPixmap = "edit-edit";
#endif