Skip to content

TriangleMouseFilter: unconditionally send HoverLeave event without blocking

Fushan Wen requested to merge work/fuf/uncond into master

In Qt6 HoverEnter event is sent before HoverLeave event when mouse cursor moves from one item to another item, so m_interceptedHoverItem is reset before resetTimer can send a HoverEnter event to the new item.

@bharadwaj-raju @davidedmundson

Merge request reports