add missing view top option + arrangement
This commit is contained in:
@@ -1655,6 +1655,7 @@ public:
|
||||
|
||||
addCommand("Std_ViewIsometric");
|
||||
addCommand("Std_ViewFront");
|
||||
addCommand("Std_ViewTop");
|
||||
addCommand("Std_ViewRight");
|
||||
addCommand("Std_ViewRear");
|
||||
addCommand("Std_ViewBottom");
|
||||
|
||||
@@ -822,8 +822,8 @@ ToolBarItem* StdWorkbench::setupToolBars() const
|
||||
individualViews->setCommand("Individual views");
|
||||
*individualViews << "Std_ViewIsometric"
|
||||
<< "Std_ViewFront"
|
||||
<< "Std_ViewRight"
|
||||
<< "Std_ViewTop"
|
||||
<< "Std_ViewRight"
|
||||
<< "Std_ViewRear"
|
||||
<< "Std_ViewLeft"
|
||||
<< "Std_ViewBottom";
|
||||
|
||||
Reference in New Issue
Block a user