https://bugs.kde.org/show_bug.cgi?id=445707
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/17dbdf89bdcb | |b5788e8b0f9dcab83302b8912c4 | |b --- Comment #2 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 17dbdf89bdcbb5788e8b0f9dcab83302b8912c4b by Vlad Zahorodnii. Committed on 19/11/2021 at 15:27. Pushed by vladz into branch 'master'. effects/overview: Prevent WindowHeap accepting mouse events while searching If the opacity property is set to 0, the item will still receive mouse events. One either needs to set the enabled or the visible property to false to ensure that the WindowHeap receives no mouse events. The reason for setting the opacity to 0 instead of the visible property to false was that I thought later will nuke the paint node, but it seems like that's not the case. M +2 -20 src/effects/overview/qml/ScreenView.qml https://invent.kde.org/plasma/kwin/commit/17dbdf89bdcbb5788e8b0f9dcab83302b8912c4b -- You are receiving this mail because: You are watching all bug changes.