Skip to content
Commit 9add143a authored by Ismael Asensio's avatar Ismael Asensio
Browse files

kcms/decoration: Fix highlight when hovering the preview

The preview item implements hover event filters, which by default
are accepted and not propagated to their parent, breaking the
hightlight on hover for the GridView.

We can simply "ignore()" those events so they are propagated,
but still fully functional.

Preemptively, do the same also for mouse events, which seem to be
already propagated now, but shouldn't according to the QQuickItem
documentation.

CCBUG: 473011
parent 00f1382f
Pipeline #462752 passed with stage
in 6 minutes and 55 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment