set WaitMessage when windows is min
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user