https://bugs.kde.org/show_bug.cgi?id=481523
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/bb8b51a3ab |ma/kwin/-/commit/6e7088d047 |e750a42907f393bc35da5f5d034 |d8c2ddb550be5a14606918f552a |a83 |3b6 --- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 6e7088d047d8c2ddb550be5a14606918f552a3b6 by Vlad Zahorodnii. Committed on 20/02/2024 at 23:21. Pushed by vladz into branch 'Plasma/6.0'. Fix disappearing software cursor in overview and zoom effect The overview and the zoom effect repaint the whole screen every frame. But the problem is that there are cases when there's nothing to repaint. I'm not quite sure why it happens. Maybe overview and other effects should honor the repaint region, but on the other hand, they don't need to because of the fullscreen effect api promises. This change forces overview and zoom effect to use "generic paint" code path in the workspace scene to force infiniteRegion() repaint regions. (cherry picked from commit bb8b51a3abe750a42907f393bc35da5f5d034a83) M +2 -0 src/effect/quickeffect.cpp M +1 -0 src/plugins/zoom/zoom.cpp https://invent.kde.org/plasma/kwin/-/commit/6e7088d047d8c2ddb550be5a14606918f552a3b6 -- You are receiving this mail because: You are watching all bug changes.