arrow fix
This commit is contained in:
parent
26a77d9e40
commit
d1a8b6602b
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ void ArrowDragItem::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
|
||||||
updatePath(endPos);
|
updatePath(endPos);
|
||||||
} else {
|
} else {
|
||||||
fullColor = true;
|
fullColor = true;
|
||||||
cursorItem->setBeingPointedAt(true);
|
if (cursorItem != startItem)
|
||||||
|
cursorItem->setBeingPointedAt(true);
|
||||||
targetItem = cursorItem;
|
targetItem = cursorItem;
|
||||||
updatePath();
|
updatePath();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue