Skip to content

kcms/style: Fix highlight when hovering the preview

Ismael Asensio requested to merge work/iasensio/fix-kcmstyle-hover into master

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.

Merge request reports