Skip to content

Commit

Permalink
fix: window ordering on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jun 23, 2021
1 parent 6e310b7 commit fea7b82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/browser/native_window_mac.mm
Expand Up @@ -1643,8 +1643,6 @@ void ViewDidMoveToSuperview(NSView* self, SEL _cmd) {
}

void NativeWindowMac::SetActive(bool is_key) {
if (is_key)
widget()->Activate();
is_active_ = is_key;
}

Expand Down

0 comments on commit fea7b82

Please sign in to comment.