From 5f3d38445412319d1a95454d1b51706fa055b210 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 14 Aug 2020 17:00:23 -0600 Subject: [PATCH] WindowServer: Minimize the modal stack when minimizing from frame Rather than only minimizing the modal window, minimize the entire modal window stack just like when minimizing it from the task bar. --- Services/WindowServer/WindowFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/WindowServer/WindowFrame.cpp b/Services/WindowServer/WindowFrame.cpp index a0600e9c1b90c9..505ac49cf0cee6 100644 --- a/Services/WindowServer/WindowFrame.cpp +++ b/Services/WindowServer/WindowFrame.cpp @@ -69,7 +69,7 @@ WindowFrame::WindowFrame(Window& window) if (window.is_resizable()) { auto button = make