The control point should be on some distance before we will begin count this

distance.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-02-13 18:30:21 +02:00
parent e68c64e8f1
commit b124b8402e

View File

@ -92,6 +92,10 @@ void VisToolSpline::RefreshGeometry()
{
controlPoints[0]->show();
}
else
{
p2 = first->toQPointF();
}
}
}
else
@ -125,6 +129,10 @@ void VisToolSpline::RefreshGeometry()
{
controlPoints[1]->show();
}
else
{
p3 = second->toQPointF();
}
}
}
else