Custom seam allowance now visible again.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2017-03-29 14:20:55 +03:00
parent 11a7bf89b4
commit e19c9392a1

View File

@ -679,7 +679,7 @@ QVector<CustomSARecord> VPiece::GetValidRecords() const
&& not d->m_path.at(indexStartPoint).IsExcluded()
&& indexEndPoint != -1
&& not d->m_path.at(indexEndPoint).IsExcluded()
&& record.startPoint < record.endPoint)
&& indexStartPoint < indexEndPoint)
{
records.append(record);
}