Gui: add 2 commands to store and recall working view in 3D viewport

This commit is contained in:
0penBrain
2022-09-25 12:03:04 +02:00
committed by wwmayer
parent fe12d2e4ba
commit 186d671a0c
2 changed files with 66 additions and 1 deletions

View File

@@ -654,7 +654,8 @@ MenuItem* StdWorkbench::setupMenuBar() const
<< "Separator" << "Std_ViewHome" << "Std_ViewFront" << "Std_ViewTop"
<< "Std_ViewRight" << "Separator" << "Std_ViewRear"
<< "Std_ViewBottom" << "Std_ViewLeft"
<< "Separator" << "Std_ViewRotateLeft" << "Std_ViewRotateRight";
<< "Separator" << "Std_ViewRotateLeft" << "Std_ViewRotateRight"
<< "Separator" << "Std_StoreWorkingView" << "Std_RecallWorkingView";
// stereo
auto view3d = new MenuItem;