fix: showInactive window not showing (#43103)

fix: showInactive window not showing

Refs https://github.com/electron/electron/pull/42226 and https://github.com/electron/electron/pull/43033

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot] 2024-07-30 13:01:52 -05:00 committed by GitHub
parent 8fa57ab165
commit b50702acc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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