Skip to content

Commit

Permalink
GUI: Remove Edit Mode from File toolbar (#7570)
Browse files Browse the repository at this point in the history
See poll at https://forum.freecadweb.org/viewtopic.php?f=8&t=71925

Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
  • Loading branch information
PaddleStroke and PaddleStroke committed Oct 7, 2022
1 parent 8ef96bb commit 0f29e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Workbench.cpp
Expand Up @@ -765,7 +765,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
file->setCommand("File");
*file << "Std_New" << "Std_Open" << "Std_Save" << "Std_Print" << "Separator" << "Std_Cut"
<< "Std_Copy" << "Std_Paste" << "Separator" << "Std_Undo" << "Std_Redo" << "Separator"
<< "Std_UserEditMode" << "Separator" << "Std_Refresh" << "Separator" << "Std_WhatsThis";
<< "Std_Refresh" << "Separator" << "Std_WhatsThis";

// Workbench switcher
auto wb = new ToolBarItem( root );
Expand Down

0 comments on commit 0f29e91

Please sign in to comment.