зеркало из https://github.com/electron/electron.git
fix: ensure showInactive actually shows (#42226)
This commit is contained in:
Родитель
b8381b7d93
Коммит
2e778a98b9
|
@ -473,7 +473,7 @@ void NativeWindowMac::ShowInactive() {
|
|||
if (parent())
|
||||
InternalSetParentWindow(parent(), true);
|
||||
|
||||
[window_ orderFrontRegardless];
|
||||
[window_ orderFrontKeepWindowKeyState];
|
||||
}
|
||||
|
||||
void NativeWindowMac::Hide() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче