https://bugs.kde.org/show_bug.cgi?id=464955
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/37c4a4536e39 |ma/kwin/commit/946baa0114c0 |b81f2cfe4d61d63abe1499130f1 |6a40bb63eaa99ddc830b3563719 |8 |1 --- Comment #5 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 946baa0114c06a40bb63eaa99ddc830b35637191 by Vlad Zahorodnii. Committed on 03/02/2023 at 14:40. Pushed by vladz into branch 'cherry-pick-37c4a453'. scene: Sync Window::readyForPainting() to window item visibility If a window is made ready for painting with some delay, the item won't schedule an update. To fix that, sync the item visibility state with Window::readyForPainting(). When the item visibility changes, a repaint will be scheduled. (cherry picked from commit 37c4a4536e39b81f2cfe4d61d63abe1499130f18) M +3 -0 src/scene/windowitem.cpp M +2 -6 src/scene/workspacescene.cpp https://invent.kde.org/plasma/kwin/commit/946baa0114c06a40bb63eaa99ddc830b35637191 -- You are receiving this mail because: You are watching all bug changes.