Added menu item to move a feature in the tree inside a body

This commit is contained in:
jrheinlaender
2013-07-28 21:34:25 +02:00
committed by Stefan Tröger
parent 6a02b5849f
commit b8dc8181bc
2 changed files with 79 additions and 1 deletions

View File

@@ -336,7 +336,8 @@ void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) con
Gui::Selection().countObjectsOfType(Part::Datum::getClassTypeId()) +
Gui::Selection().countObjectsOfType(Part::Part2DObject::getClassTypeId()) > 0 )
*item << "PartDesign_MoveTip"
<< "PartDesign_MoveFeature";
<< "PartDesign_MoveFeature"
<< "PartDesign_MoveFeatureInTree";
}
}