mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
WSWindowManager::invalidate() had a bug where it would mark the entire screen rect as dirty, but it wouldn't scheduled a deferred recompose. This would cause any subsequent calls to invalidate(Rect) to be coalesced with the pending compose, but the pending compose never happened.
6.0 KiB
6.0 KiB