https://bugs.kde.org/show_bug.cgi?id=458622
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/6d9f740d6f02 | |c7d8b8005edc3573c76b8f8f3cc | |3 Resolution|--- |FIXED --- Comment #2 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 6d9f740d6f02c7d8b8005edc3573c76b8f8f3cc3 by Vlad Zahorodnii, on behalf of Eric Edlund. Committed on 19/09/2022 at 07:00. Pushed by vladz into branch 'master'. Better handle windows on all desktops in slide effect Change the render cycle for slide effect. Now, windows will be drawn on each desktop or not in the paintWindow() loop instead of the paintScreen() loop. This allows us to respect stacking order better by painting all of the same window together instead of per VD. Related: bug 457486 M +75 -86 src/effects/slide/slide.cpp M +4 -8 src/effects/slide/slide.h https://invent.kde.org/plasma/kwin/commit/6d9f740d6f02c7d8b8005edc3573c76b8f8f3cc3 -- You are receiving this mail because: You are watching all bug changes.