mac: Avoid sending "blur" event when closing window.

This commit is contained in:
Cheng Zhao 2014-04-24 16:17:35 +08:00
parent 11e02d6bbc
commit 486dd9edfa

View file

@ -210,7 +210,6 @@ void NativeWindowMac::Close() {
}
void NativeWindowMac::CloseImmediately() {
[window_ orderOut:nil];
[window_ close];
}