https://bugs.kde.org/show_bug.cgi?id=473011
--- Comment #2 from Ismael Asensio <isma...@gmail.com> --- Git commit 9add143a40f10a85fb5d9c319013381c1458ba02 by Ismael Asensio. Committed on 18/08/2023 at 20:39. Pushed by iasensio into branch 'master'. 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. M +2 -0 src/kcms/decoration/declarative-plugin/previewitem.cpp https://invent.kde.org/plasma/kwin/-/commit/9add143a40f10a85fb5d9c319013381c1458ba02 -- You are receiving this mail because: You are watching all bug changes.