Fixed issue #411. Curve Tool handles detach from curve.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-12-03 19:50:42 +02:00
parent 689a7e4829
commit b431f65ff2

View file

@ -137,7 +137,7 @@ QVariant VControlPointSpline::itemChange(QGraphicsItem::GraphicsItemChange chang
view->ensureVisible(this); view->ensureVisible(this);
} }
} }
changeFinished = false; changeFinished = true;
} }
} }
return QGraphicsItem::itemChange(change, value); return QGraphicsItem::itemChange(change, value);