Fix crash in Free curve mode.
--HG-- branch : develop
This commit is contained in:
parent
52a8fb5bae
commit
dd0025456b
|
@ -404,6 +404,7 @@ void VToolSpline::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
|
||||||
|
|
||||||
if (qFloor(t) == -1)
|
if (qFloor(t) == -1)
|
||||||
{
|
{
|
||||||
|
moved = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user