You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the mouse is currently over a marker and then IsHitTestVisible is set to false on that marker, the OnMarkerLeave event is never fired and marker.IsMouseOver stays true. Additionally, this permanently locks the cursor to be a hand. Expected behavior is that when IsHitTestVisible is switched to false, the OnMarkerLeave event will be fired if IsMouseOver was previously set to true.
The text was updated successfully, but these errors were encountered:
If the mouse is currently over a marker and then IsHitTestVisible is set to false on that marker, the OnMarkerLeave event is never fired and marker.IsMouseOver stays true. Additionally, this permanently locks the cursor to be a hand. Expected behavior is that when IsHitTestVisible is switched to false, the OnMarkerLeave event will be fired if IsMouseOver was previously set to true.
The text was updated successfully, but these errors were encountered: