Skip to content

Commit

Permalink
Sketcher: Remove StopOperation from toolbar (#7569)
Browse files Browse the repository at this point in the history
Rarely used, see poll at https://forum.freecadweb.org/viewtopic.php?f=8&t=71922

Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
  • Loading branch information
PaddleStroke and PaddleStroke committed Oct 7, 2022
1 parent d20f2af commit 8ef96bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Sketcher/Gui/Workbench.cpp
Expand Up @@ -165,8 +165,7 @@ inline void SketcherAddWorkspaceSketchExtra<Gui::ToolBarItem>(Gui::ToolBarItem&
sketch << "Sketcher_ReorientSketch"
<< "Sketcher_ValidateSketch"
<< "Sketcher_MergeSketches"
<< "Sketcher_MirrorSketch"
<< "Sketcher_StopOperation";
<< "Sketcher_MirrorSketch";
}

template <typename T>
Expand Down

0 comments on commit 8ef96bb

Please sign in to comment.