mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +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.
10 KiB
10 KiB