Added menu item to move a feature in the tree inside a body
This commit is contained in:
committed by
Stefan Tröger
parent
6a02b5849f
commit
b8dc8181bc
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user