Win: Don't let OS destroy window. Fixes issue #162.
This commit is contained in:
parent
adce641d6a
commit
bb9a35e809
@ -355,7 +355,8 @@ namespace entry
|
||||
{
|
||||
destroyWindow(findHandle(_hwnd) );
|
||||
}
|
||||
break;
|
||||
// Don't process message. Window will be destroyed later.
|
||||
return 0;
|
||||
|
||||
case WM_SIZING:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user