We don't need to move nodePoints

--HG--
branch : feature
This commit is contained in:
Valentina Zhuravska 2015-12-20 21:51:14 +02:00
parent 95772bf0db
commit fd658631b3

View file

@ -294,6 +294,5 @@ void VNodePoint::RefreshLine()
//---------------------------------------------------------------------------------------------------------------------
void VNodePoint::EnableToolMove(bool move)
{
this->setFlag(QGraphicsItem::ItemIsMovable, move);
namePoint->setFlag(QGraphicsItem::ItemIsMovable, move);
}