fix: ensure showInactive actually shows (#42227)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Samuel Attard <marshallofsound@electronjs.org>
This commit is contained in:
parent
18da367676
commit
7ff3905120
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue