From 2034323bf41840fd2bef7d0aebcd504e13a0fa7f Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Thu, 19 Dec 2019 06:50:02 +0800 Subject: [PATCH] PartDesign: fix SubShapeBinder lost of placement --- src/Mod/PartDesign/App/ShapeBinder.cpp | 1 + 1 file changed, 1 insertion(+) 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); }