diff --git a/src/app/puzzle/layout/vppiece.cpp b/src/app/puzzle/layout/vppiece.cpp index b2c27fe81..fc33c8741 100644 --- a/src/app/puzzle/layout/vppiece.cpp +++ b/src/app/puzzle/layout/vppiece.cpp @@ -163,7 +163,7 @@ void VPPiece::Update(const VPPiecePtr &piece) SetPatternLabelRect(piece->GetPatternLabelRect()); SetPatternLabelData(piece->GetPatternLabelData()); SetSeamMirrorLine(piece->GetSeamMirrorLine()); - SetSeamAllowanceMirrorLine(piece->GetMappedSeamAllowanceMirrorLine()); + SetSeamAllowanceMirrorLine(piece->GetSeamAllowanceMirrorLine()); SetFoldLineLabel(piece->GetFoldLineLabel()); SetFoldLineLabelAlignment(piece->GetFoldLineLabelAlignment()); SetFoldLineType(piece->GetFoldLineType());