diff --git a/src/Mod/PartDesign/App/ShapeBinder.cpp b/src/Mod/PartDesign/App/ShapeBinder.cpp index 592dabbf49..aff1c4e746 100644 --- a/src/Mod/PartDesign/App/ShapeBinder.cpp +++ b/src/Mod/PartDesign/App/ShapeBinder.cpp @@ -125,6 +125,9 @@ App::DocumentObjectExecReturn* ShapeBinder::execute(void) { this->Placement.setValue(shape.getTransform()); this->Shape.setValue(shape); } + else { + this->Shape.setValue(shape); + } } return Part::Feature::execute();