Fix crash in Free curve mode.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-10-19 16:26:51 +03:00
parent 52a8fb5bae
commit dd0025456b

View file

@ -404,6 +404,7 @@ void VToolSpline::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
if (qFloor(t) == -1)
{
moved = false;
return;
}