https://bugs.kde.org/show_bug.cgi?id=456442
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwayland-integration/com | |mit/ef6386250f87d1868b52fea | |3be2f00bbde7c2ba0 Status|ASSIGNED |RESOLVED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit ef6386250f87d1868b52fea3be2f00bbde7c2ba0 by Nate Graham, on behalf of Xuetian Weng. Committed on 14/07/2022 at 13:37. Pushed by ngraham into branch 'master'. Fix blur/contrast region not getting updated There is a misunderstanding of current blur protocol in the previous fix. The update{Blur/Contrast}Region is only triggered by setting a new blur object, which essentially ignore update the future update of blur region. This tries to restore the old behavior, by always creating a new blur object, but always make sure we destroy them when being replaced. M +37 -43 src/windowsystem/windoweffects.cpp M +3 -5 src/windowsystem/windoweffects.h https://invent.kde.org/plasma/kwayland-integration/commit/ef6386250f87d1868b52fea3be2f00bbde7c2ba0 -- You are receiving this mail because: You are watching all bug changes.