fix: `showInactive` window not showing (#43079)

fix: showInactive window not showing

Refs https://github.com/electron/electron/pull/42226 and https://github.com/electron/electron/pull/43033
This commit is contained in:
Shelley Vohr 2024-07-30 12:37:27 +02:00 коммит произвёл GitHub
Родитель 7e9eb9e3f1
Коммит d09a2e513c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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