mac: Don't activate window when showing.

This commit is contained in:
Cheng Zhao 2014-09-09 14:47:04 +08:00
parent ab2714fda9
commit 700510d63a

View file

@ -301,7 +301,7 @@ bool NativeWindowMac::IsFocused() {
} }
void NativeWindowMac::Show() { void NativeWindowMac::Show() {
[window_ makeKeyAndOrderFront:nil]; [window_ orderFrontRegardless];
} }
void NativeWindowMac::Hide() { void NativeWindowMac::Hide() {