mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -473,7 +473,7 @@ void NativeWindowMac::ShowInactive() {
|
||||
if (parent())
|
||||
InternalSetParentWindow(parent(), true);
|
||||
|
||||
[window_ orderFrontRegardless];
|
||||
[window_ orderFrontKeepWindowKeyState];
|
||||
}
|
||||
|
||||
void NativeWindowMac::Hide() {
|
||||
|
||||
Reference in New Issue
Block a user