Fix incorrect update of seam allowance mirror line.

develop
Roman Telezhynskyi 2024-02-27 15:55:13 +02:00
parent 2b879c7bef
commit 55c0b95a3f
1 changed files with 1 additions and 1 deletions

View File

@ -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());