Skip to content

Commit

Permalink
Sketcher: fixes #4303: Three choices in a Sketcher menu each with the…
Browse files Browse the repository at this point in the history
… same Ctrl+Shift+E 'address'
  • Loading branch information
wwmayer committed Feb 28, 2021
1 parent f0e4265 commit 223d797
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Mod/Sketcher/Gui/CommandSketcherTools.cpp
Expand Up @@ -655,7 +655,6 @@ CmdSketcherSelectConflictingConstraints::CmdSketcherSelectConflictingConstraints
sWhatsThis = "Sketcher_SelectConflictingConstraints";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_SelectConflictingConstraints";
sAccel = "CTRL+SHIFT+E";
eType = ForEdit;
}

Expand Down Expand Up @@ -909,7 +908,6 @@ CmdSketcherRestoreInternalAlignmentGeometry::CmdSketcherRestoreInternalAlignment
sWhatsThis = "Sketcher_RestoreInternalAlignmentGeometry";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_Element_Ellipse_All";
sAccel = "CTRL+SHIFT+E";
eType = ForEdit;
}

Expand Down

1 comment on commit 223d797

@donovaly
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this please be backported to 0.19?

Please sign in to comment.