diff --git a/cockatrice/src/arrowitem.cpp b/cockatrice/src/arrowitem.cpp index 2bb1e3f2..54af29bf 100644 --- a/cockatrice/src/arrowitem.cpp +++ b/cockatrice/src/arrowitem.cpp @@ -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(); }