diff --git a/src/Mod/Draft/WorkingPlane.py b/src/Mod/Draft/WorkingPlane.py index b4660c3860..8e49135ce6 100644 --- a/src/Mod/Draft/WorkingPlane.py +++ b/src/Mod/Draft/WorkingPlane.py @@ -892,7 +892,7 @@ class Plane: and a `Rotation` (`Base::Rotation`). """ if rotated: - m = DraftVecUtils.getPlaneRotation(self.u, self.v) + m = DraftVecUtils.getPlaneRotation(self.u, self.axis) else: m = DraftVecUtils.getPlaneRotation(self.u, self.v) m.move(self.position)