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