Part: define Part_SectionCut as permanent menu item
This commit is contained in:
@@ -164,11 +164,6 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
Gui::MenuItem* face = new Gui::MenuItem();
|
||||
face->setCommand("Part_ColorPerFace");
|
||||
view->insertItem(appr, face);
|
||||
appr = view->findItem("Std_ToggleClipPlane");
|
||||
appr = view->afterItem(appr);
|
||||
Gui::MenuItem* cut = new Gui::MenuItem();
|
||||
cut->setCommand("Part_SectionCut");
|
||||
view->insertItem(appr, cut);
|
||||
}
|
||||
|
||||
return root;
|
||||
|
||||
Reference in New Issue
Block a user