Skip to content

Commit

Permalink
fix: ensure showInactive actually shows
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org>
  • Loading branch information
trop[bot] and MarshallOfSound committed May 20, 2024
1 parent 18da367 commit ee0e16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/browser/native_window_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ void ReorderChildWindowAbove(NSWindow* child_window, NSWindow* other_window) {
if (parent())
InternalSetParentWindow(parent(), true);

[window_ orderFrontRegardless];
[window_ orderFrontKeepWindowKeyState];
}

void NativeWindowMac::Hide() {
Expand Down

0 comments on commit ee0e16d

Please sign in to comment.