From 3d644e9550395a0635332ce044a4b6453cf694f8 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 25 Oct 2020 21:28:21 +0800 Subject: [PATCH] set WaitMessage when windows is min --- src/Window.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Window.cpp b/src/Window.cpp index b0370ea..f8f3d20 100644 --- a/src/Window.cpp +++ b/src/Window.cpp @@ -58,7 +58,8 @@ namespace hgl if(is_close) return(false); - if(!active||is_min) +// if(!active||is_min) + if(is_min) this->WaitMessage(); return(true);