We don't need to move nodePoints
--HG-- branch : feature
This commit is contained in:
parent
95772bf0db
commit
fd658631b3
|
@ -294,6 +294,5 @@ void VNodePoint::RefreshLine()
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void VNodePoint::EnableToolMove(bool move)
|
void VNodePoint::EnableToolMove(bool move)
|
||||||
{
|
{
|
||||||
this->setFlag(QGraphicsItem::ItemIsMovable, move);
|
|
||||||
namePoint->setFlag(QGraphicsItem::ItemIsMovable, move);
|
namePoint->setFlag(QGraphicsItem::ItemIsMovable, move);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user