Custom seam allowance now visible again.
--HG-- branch : feature
This commit is contained in:
parent
11a7bf89b4
commit
e19c9392a1
|
@ -679,7 +679,7 @@ QVector<CustomSARecord> VPiece::GetValidRecords() const
|
||||||
&& not d->m_path.at(indexStartPoint).IsExcluded()
|
&& not d->m_path.at(indexStartPoint).IsExcluded()
|
||||||
&& indexEndPoint != -1
|
&& indexEndPoint != -1
|
||||||
&& not d->m_path.at(indexEndPoint).IsExcluded()
|
&& not d->m_path.at(indexEndPoint).IsExcluded()
|
||||||
&& record.startPoint < record.endPoint)
|
&& indexStartPoint < indexEndPoint)
|
||||||
{
|
{
|
||||||
records.append(record);
|
records.append(record);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user