Attacher: add command to Part workbench menu

+ add an icon to attachment editor
This commit is contained in:
DeepSOIC
2016-05-17 01:55:02 +03:00
committed by wmayer
parent 7f5197695d
commit 554d3736f9
5 changed files with 199 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_CrossSections" << "Part_Compound" << "Part_MakeFace" << "Part_Extrude"
<< "Part_Revolve" << "Part_Mirror" << "Part_Fillet" << "Part_Chamfer"
<< "Part_RuledSurface" << "Part_Loft" << "Part_Sweep"
<< "Part_Offset" << "Part_Thickness";
<< "Part_Offset" << "Part_Thickness" << "Separator" << "Part_EditAttachment";
Gui::MenuItem* measure = new Gui::MenuItem;
root->insertItem(item,measure);