PartGui: add ExplodeCompound to menu and toolbars

This commit is contained in:
DeepSOIC
2018-12-24 18:07:17 +03:00
committed by wmayer
parent f44bd1bd22
commit 9792b3c96e
2 changed files with 112 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
Gui::MenuItem* compound = new Gui::MenuItem;
compound->setCommand("Compound");
*compound << "Part_Compound"
<< "Part_ExplodeCompound"
<< "Part_CompoundFilter";
Gui::MenuItem* part = new Gui::MenuItem;
@@ -188,7 +189,8 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
Gui::ToolBarItem* boolop = new Gui::ToolBarItem(root);
boolop->setCommand("Boolean");
*boolop << "Part_Boolean"
*boolop << "Part_CompCompoundTools"
<< "Part_Boolean"
<< "Part_Cut"
<< "Part_Fuse"
<< "Part_Common"