Emit 'blur' event at right time.

This commit is contained in:
Cheng Zhao 2013-05-24 18:15:27 +08:00
parent 5f26b83ec1
commit 3259246d17

View file

@ -37,7 +37,7 @@
return self;
}
- (void)windowDidResignKey:(NSNotification*)notification {
- (void)windowDidResignMain:(NSNotification*)notification {
shell_->NotifyWindowBlur();
}