Fixed issue #411. Curve Tool handles detach from curve.
--HG-- branch : develop
This commit is contained in:
parent
689a7e4829
commit
b431f65ff2
|
@ -137,7 +137,7 @@ QVariant VControlPointSpline::itemChange(QGraphicsItem::GraphicsItemChange chang
|
|||
view->ensureVisible(this);
|
||||
}
|
||||
}
|
||||
changeFinished = false;
|
||||
changeFinished = true;
|
||||
}
|
||||
}
|
||||
return QGraphicsItem::itemChange(change, value);
|
||||
|
|
Loading…
Reference in New Issue
Block a user