mac: Don't activate window when showing.
This commit is contained in:
parent
ab2714fda9
commit
700510d63a
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ bool NativeWindowMac::IsFocused() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindowMac::Show() {
|
void NativeWindowMac::Show() {
|
||||||
[window_ makeKeyAndOrderFront:nil];
|
[window_ orderFrontRegardless];
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindowMac::Hide() {
|
void NativeWindowMac::Hide() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue