[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:
committed by
Yorik van Havre
parent
9d9102bc7e
commit
a0ec977152
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user