--- a/src/editmodes/linePathMode.cpp Thu Jun 21 19:21:49 2018 +0300 +++ b/src/editmodes/linePathMode.cpp Fri Jun 22 12:13:01 2018 +0300 @@ -28,7 +28,7 @@ void LinePathMode::render (QPainter& painter) const { QVector<QPointF> points; - QList<Vertex> points3d = m_drawedVerts; + QVector<Vertex> points3d = m_drawedVerts; points3d << renderer()->position3D(); for (Vertex const& vrt : points3d)