Skip to content

scene: Sync Window::readyForPainting() to window item visibility

Vlad Zahorodnii requested to merge cherry-pick-37c4a453 into Plasma/5.27

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.

BUG: 464955

(cherry picked from commit 37c4a453)

Merge request reports