arrow fix

This commit is contained in:
Max-Wilhelm Bruker 2010-03-08 16:36:00 +01:00
parent 26a77d9e40
commit d1a8b6602b

View file

@ -118,7 +118,8 @@ void ArrowDragItem::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
updatePath(endPos);
} else {
fullColor = true;
cursorItem->setBeingPointedAt(true);
if (cursorItem != startItem)
cursorItem->setBeingPointedAt(true);
targetItem = cursorItem;
updatePath();
}