diff --git a/Servers/WindowServer/WSClientConnection.cpp b/Servers/WindowServer/WSClientConnection.cpp index d91186513e..30f0b68711 100644 --- a/Servers/WindowServer/WSClientConnection.cpp +++ b/Servers/WindowServer/WSClientConnection.cpp @@ -436,7 +436,7 @@ OwnPtr WSClientConnection::handle(const Win void WSClientConnection::post_paint_message(WSWindow& window) { auto rect_set = window.take_pending_paint_rects(); - if (window.is_minimized()) + if (window.is_minimized() || window.is_occluded()) return; Vector rects;