fix: showInactive
window not showing (#43102)
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:
parent
6322c329bf
commit
35b73514b7
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ void NativeWindowMac::ShowInactive() {
|
||||||
if (parent())
|
if (parent())
|
||||||
InternalSetParentWindow(parent(), true);
|
InternalSetParentWindow(parent(), true);
|
||||||
|
|
||||||
[window_ orderFrontKeepWindowKeyState];
|
[window_ orderFrontRegardless];
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindowMac::Hide() {
|
void NativeWindowMac::Hide() {
|
||||||
|
|
Loading…
Reference in a new issue