set WaitMessage when windows is min

This commit is contained in:
2020-10-25 21:28:21 +08:00
parent 7bceaf2f9c
commit 3d644e9550

View File

@@ -58,7 +58,8 @@ namespace hgl
if(is_close) if(is_close)
return(false); return(false);
if(!active||is_min) // if(!active||is_min)
if(is_min)
this->WaitMessage(); this->WaitMessage();
return(true); return(true);