Gui: add 2 commands to store and recall working view in 3D viewport
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user