Skip to content
Commit 242a9b7e authored by Ismael Asensio's avatar Ismael Asensio
Browse files

kcms/style: Fix highlight when hovering the preview

The PreviewItem 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.

CCBUG: 473011
parent 5c829f81
Pipeline #462770 passed with stage
in 11 minutes and 5 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