Skip to content

Disable HoverHandler

Marco Martin requested to merge work/mart/disableHoverHandler into master

As qqc2-desktop-style!215 (merged) the hoverhandler needs to be disabled in order to not steal events from the flickable (and making it flickable with mouse even if in a ScrollView)

When disabled, an HoverHAndler still has the behavior on hover working, it just disables press events handling which shouldn't accept in the first place

BUG:464829

Merge request reports