The control point should be on some distance before we will begin count this
distance. --HG-- branch : feature
This commit is contained in:
parent
e68c64e8f1
commit
b124b8402e
|
@ -92,6 +92,10 @@ void VisToolSpline::RefreshGeometry()
|
||||||
{
|
{
|
||||||
controlPoints[0]->show();
|
controlPoints[0]->show();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
p2 = first->toQPointF();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -125,6 +129,10 @@ void VisToolSpline::RefreshGeometry()
|
||||||
{
|
{
|
||||||
controlPoints[1]->show();
|
controlPoints[1]->show();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
p3 = second->toQPointF();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user