https://bugs.kde.org/show_bug.cgi?id=464955
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/37c4a4536e39 | |b81f2cfe4d61d63abe1499130f1 | |8 Status|ASSIGNED |RESOLVED --- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 37c4a4536e39b81f2cfe4d61d63abe1499130f18 by Vlad Zahorodnii. Committed on 03/02/2023 at 14:09. Pushed by vladz into branch 'master'. 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. M +3 -0 src/scene/windowitem.cpp M +2 -6 src/scene/workspacescene.cpp https://invent.kde.org/plasma/kwin/commit/37c4a4536e39b81f2cfe4d61d63abe1499130f18 -- You are receiving this mail because: You are watching all bug changes.