Do not show connect for first and last points in global contour.
--HG-- branch : develop
This commit is contained in:
parent
8482f3dd28
commit
24ec03c319
|
@ -324,7 +324,6 @@ QGraphicsPathItem *VLayoutPaper::GetGlobalContour() const
|
||||||
{
|
{
|
||||||
path.lineTo(point);
|
path.lineTo(point);
|
||||||
}
|
}
|
||||||
path.lineTo(points.at(0));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const qreal radius = 1;
|
const qreal radius = 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user