https://bugs.kde.org/show_bug.cgi?id=460382
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/f2df2aa0e16e | |7ce70b9dc75d992d2f7aed35b32 | |4 --- Comment #5 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit f2df2aa0e16e7ce70b9dc75d992d2f7aed35b324 by Vlad Zahorodnii. Committed on 14/10/2022 at 07:17. Pushed by vladz into branch 'master'. effects/blur: Fix clipping when sliding virtual desktops When the slide effect paints a virtual desktop, it translates both windows and the clip region. Since the clip region slides too, the blur effect needs to be careful. At the moment, the blur effect computes the blur region as follows: - get the value of the blur region hint from client, map it to the global coordinate space, and intersect it with the clip region - apply translation and scale to the blur region - pass the blur region to doBlur() However, the translation transform must be applied before intersecting the blur region with the clip region. M +3 -3 src/effects/blur/blur.cpp https://invent.kde.org/plasma/kwin/commit/f2df2aa0e16e7ce70b9dc75d992d2f7aed35b324 -- You are receiving this mail because: You are watching all bug changes.