fix: ensure showInactive actually shows (#42226)
This commit is contained in:
parent
b8381b7d93
commit
2e778a98b9
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ void NativeWindowMac::ShowInactive() {
|
|||
if (parent())
|
||||
InternalSetParentWindow(parent(), true);
|
||||
|
||||
[window_ orderFrontRegardless];
|
||||
[window_ orderFrontKeepWindowKeyState];
|
||||
}
|
||||
|
||||
void NativeWindowMac::Hide() {
|
||||
|
|
Loading…
Reference in a new issue