diff --git a/src/Mod/PartDesign/App/ShapeBinder.cpp b/src/Mod/PartDesign/App/ShapeBinder.cpp index c47827ff8d..3fcfd10160 100644 --- a/src/Mod/PartDesign/App/ShapeBinder.cpp +++ b/src/Mod/PartDesign/App/ShapeBinder.cpp @@ -459,6 +459,7 @@ void SubShapeBinder::update() { }catch(...){} } + result.setPlacement(Placement.getValue()); Shape.setValue(result); }