Skip to content

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

Vlad Zahorodnii requested to merge work/zzag/window-item-ready-for-painting into master

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

Merge request reports