diff --git a/src/app/puzzle/layout/vppiece.cpp b/src/app/puzzle/layout/vppiece.cpp index 280532ddb..e18de7cb5 100644 --- a/src/app/puzzle/layout/vppiece.cpp +++ b/src/app/puzzle/layout/vppiece.cpp @@ -185,6 +185,8 @@ void VPPiece::ClearTransformations() // (0,0) in the sheet coordinate system const QPointF offset = MappedDetailBoundingRect().topLeft(); Translate(-offset.x(), -offset.y()); + + SetMirror(false); } //---------------------------------------------------------------------------------------------------------------------