add the fix for showinactive
This commit is contained in:
parent
d0c91daaed
commit
e18cdc185a
1 changed files with 4 additions and 0 deletions
|
@ -1098,6 +1098,10 @@ void NativeWindowMac::Show() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindowMac::ShowInactive() {
|
void NativeWindowMac::ShowInactive() {
|
||||||
|
// Reattach the window to the parent to actually show it.
|
||||||
|
if (parent())
|
||||||
|
InternalSetParentWindow(parent(), true);
|
||||||
|
|
||||||
[window_ orderFrontRegardless];
|
[window_ orderFrontRegardless];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue