mac: Avoid sending "blur" event when closing window.
This commit is contained in:
parent
11e02d6bbc
commit
486dd9edfa
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ void NativeWindowMac::Close() {
|
|||
}
|
||||
|
||||
void NativeWindowMac::CloseImmediately() {
|
||||
[window_ orderOut:nil];
|
||||
[window_ close];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue