Call item update if curve detailed mode changed.

Need to show/hide a curve direction.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-10-29 10:53:47 +02:00
parent 969dd163bf
commit def801a626

View File

@ -432,6 +432,7 @@ void VAbstractSpline::ShowHandles(bool show)
{
controlPoints.at(i)->setVisible(show);
}
update();// Show direction
}
//---------------------------------------------------------------------------------------------------------------------