Fix cursor for curves after closing a tool.
--HG-- branch : develop
This commit is contained in:
parent
8b2b9d3ee3
commit
7a77ad0e19
|
@ -177,11 +177,6 @@ void VAbstractSpline::AllowHover(bool enabled)
|
||||||
{
|
{
|
||||||
point->setAcceptHoverEvents(enabled);
|
point->setAcceptHoverEvents(enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (not enabled)
|
|
||||||
{
|
|
||||||
setCursor(qApp->getSceneView()->viewport()->cursor());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user