diff --git a/src/Mod/TechDraw/App/DrawViewSection.cpp b/src/Mod/TechDraw/App/DrawViewSection.cpp index 4dd0f76152..d5b046e04c 100644 --- a/src/Mod/TechDraw/App/DrawViewSection.cpp +++ b/src/Mod/TechDraw/App/DrawViewSection.cpp @@ -625,7 +625,7 @@ TopoDS_Compound DrawViewSection::alignSectionFaces(TopoDS_Shape faceIntersection getScale()); if (!DrawUtil::fpCompare(Rotation.getValue(), 0.0)) { scaledSection = TechDraw::rotateShape(scaledSection, - getSectionCS(), + getProjectionCS(), Rotation.getValue()); }