Clazy warning.
--HG-- branch : develop
This commit is contained in:
parent
f7e1b0942c
commit
962cde8e6e
|
@ -991,6 +991,8 @@ QVector<VSAPoint> VPiecePath::CurveSeamAllowanceSegment(const VContainer *data,
|
|||
return pointsEkv;
|
||||
}
|
||||
|
||||
pointsEkv.reserve(points.size());
|
||||
|
||||
qreal w1 = begin.GetSAAfter();
|
||||
qreal w2 = end.GetSABefore();
|
||||
if (w1 < 0 && w2 < 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user