Do not show connect for first and last points in global contour.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-07-21 10:32:42 +03:00
parent 8482f3dd28
commit 24ec03c319

View File

@ -324,7 +324,6 @@ QGraphicsPathItem *VLayoutPaper::GetGlobalContour() const
{
path.lineTo(point);
}
path.lineTo(points.at(0));
}
const qreal radius = 1;