Skip to content

Commit

Permalink
[Gui] add Std_TransformManip to MenuItem
Browse files Browse the repository at this point in the history
I was wondering why we only offer this tool in the context menu. I tested and cannot see a drawback in having it also in the edit menu
  • Loading branch information
donovaly authored and wwmayer committed Mar 28, 2021
1 parent 2675053 commit 6bd2dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Workbench.cpp
Expand Up @@ -586,7 +586,7 @@ MenuItem* StdWorkbench::setupMenuBar() const
<< "Std_Paste" << "Std_DuplicateSelection" << "Separator"
<< "Std_Refresh" << "Std_BoxSelection" << "Std_BoxElementSelection"
<< "Std_SelectAll" << "Std_Delete" << "Std_SendToPythonConsole"
<< "Separator" << "Std_Placement" /*<< "Std_TransformManip"*/ << "Std_Alignment"
<< "Separator" << "Std_Placement" << "Std_TransformManip" << "Std_Alignment"
<< "Std_Edit" << "Separator" << "Std_DlgPreferences";

MenuItem* axoviews = new MenuItem;
Expand Down

0 comments on commit 6bd2dc7

Please sign in to comment.