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());
|
SetPatternLabelRect(piece->GetPatternLabelRect());
|
||||||
SetPatternLabelData(piece->GetPatternLabelData());
|
SetPatternLabelData(piece->GetPatternLabelData());
|
||||||
SetSeamMirrorLine(piece->GetSeamMirrorLine());
|
SetSeamMirrorLine(piece->GetSeamMirrorLine());
|
||||||
SetSeamAllowanceMirrorLine(piece->GetMappedSeamAllowanceMirrorLine());
|
SetSeamAllowanceMirrorLine(piece->GetSeamAllowanceMirrorLine());
|
||||||
SetFoldLineLabel(piece->GetFoldLineLabel());
|
SetFoldLineLabel(piece->GetFoldLineLabel());
|
||||||
SetFoldLineLabelAlignment(piece->GetFoldLineLabelAlignment());
|
SetFoldLineLabelAlignment(piece->GetFoldLineLabelAlignment());
|
||||||
SetFoldLineType(piece->GetFoldLineType());
|
SetFoldLineType(piece->GetFoldLineType());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user