Skip to content

qml/GridItem: make hover mouse-only

Yann Lochet requested to merge ialo/vlc:griditem into master

Currently, the hover behavior in GridItem can be triggered by touch events. This MR attempts to prevent this by introducing HoverHandlers, however due to a Qt bug some touch events might still be processed by handlers with acceptedDevices: PointerDevice.Mouse.

Merge request reports