[Gui] add Std_TransformManip to MenuItem

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
This commit is contained in:
donovaly
2021-03-27 13:58:17 +01:00
committed by wwmayer
parent c242d8ba64
commit 4839b14adc

View File

@@ -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;