Fix copy paste issue.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-11-29 16:26:28 +02:00
parent 9275968bbc
commit 3677a0484f

View file

@ -136,7 +136,7 @@ QVector<QPointF> VPiece::SeamAllowancePoints(const VContainer *data) const
{
r[j].SetAngleType(PieceNodeAngle::ByLength);
r[j].SetSABefore(0);
r[j].SetSABefore(0);
r[j].SetSAAfter(0);
}
}