This commit is contained in:
Sergo
2016-10-04 23:45:42 -04:00
committed by wmayer
parent 8c59d59c48
commit cdf437445c
2 changed files with 15 additions and 14 deletions

View File

@@ -136,6 +136,9 @@ void TaskMirroredParameters::setupUI()
if (sketch && sketch->isDerivedFrom(Part::Part2DObject::getClassTypeId())) {
this->fillPlanesCombo(planeLinks,static_cast<Part::Part2DObject*>(sketch));
}
else {
this->fillPlanesCombo(planeLinks, NULL);
}
//show the parts coordinate system planes for selection
PartDesign::Body * body = PartDesign::Body::findBodyOf ( getObject() );