fix: ensure showInactive actually shows (#42226)

This commit is contained in:
Samuel Attard 2024-05-20 14:12:05 -07:00 committed by GitHub
parent b8381b7d93
commit 2e778a98b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -473,7 +473,7 @@ void NativeWindowMac::ShowInactive() {
if (parent()) if (parent())
InternalSetParentWindow(parent(), true); InternalSetParentWindow(parent(), true);
[window_ orderFrontRegardless]; [window_ orderFrontKeepWindowKeyState];
} }
void NativeWindowMac::Hide() { void NativeWindowMac::Hide() {