Fix parsing seam line.
Puzzle ignores Hide main path option.
This commit is contained in:
parent
bcd53e0036
commit
bb0a573e88
|
@ -602,7 +602,7 @@ auto VPLayoutFileReader::ReadLayoutPoints() -> QVector<VLayoutPoint>
|
|||
void VPLayoutFileReader::ReadSeamLine(const VPPiecePtr &piece)
|
||||
{
|
||||
AssertRootTag(ML::TagSeamLine);
|
||||
piece->SetContourPoints(ReadLayoutPoints());
|
||||
piece->SetContourPoints(ReadLayoutPoints(), piece->IsHideMainPath());
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user