Hello,

Using the Diagram Scene example as a base, I'm trying to get some UI indication about the object the mouse is over.

In particular, when I draw a connector line from one object to another, I wanted to highlight the source and destination object (assuming that the targets are valid).

I gave the items a hover event, and they trigger fine normally, but when I am dragging a connector line form one object to another, the hover events don't trigger. Why is this?

I tried getting the object under the mouse and manually calling update to cause it to highlight and this works, but since there is no "hover exit" event, I don't have a good way of reupdating the object (removing the highlight) when the mouse leaves that object.

Any ideas?