Skip to content

Commit

Permalink
Sketcher: Remove two tools from toolbar (#7568)
Browse files Browse the repository at this point in the history
Removes "Select conflicting constraints" and "Select redundant constraints", as discussed in https://forum.freecadweb.org/viewtopic.php?f=8&t=71923

Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
  • Loading branch information
PaddleStroke and PaddleStroke committed Oct 7, 2022
1 parent 3b5bce3 commit d20f2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Sketcher/Gui/Workbench.cpp
Expand Up @@ -385,8 +385,8 @@ inline void SketcherAddWorkbenchTools<Gui::ToolBarItem>(Gui::ToolBarItem& consac
consaccel << "Sketcher_SelectElementsWithDoFs"
<< "Sketcher_SelectConstraints"
<< "Sketcher_SelectElementsAssociatedWithConstraints"
<< "Sketcher_SelectRedundantConstraints"
<< "Sketcher_SelectConflictingConstraints"
//<< "Sketcher_SelectRedundantConstraints" //rarely used, it is usually accessed by solver message.
//<< "Sketcher_SelectConflictingConstraints"
<< "Sketcher_RestoreInternalAlignmentGeometry"
<< "Sketcher_Symmetry"
<< "Sketcher_CompCopy"
Expand Down

0 comments on commit d20f2af

Please sign in to comment.