Fix incorrect update of seam allowance mirror line.
This commit is contained in:
parent
2b879c7bef
commit
55c0b95a3f
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue
Block a user