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);
|
||||
} else {
|
||||
fullColor = true;
|
||||
cursorItem->setBeingPointedAt(true);
|
||||
if (cursorItem != startItem)
|
||||
cursorItem->setBeingPointedAt(true);
|
||||
targetItem = cursorItem;
|
||||
updatePath();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue