Skip to content

Commit

Permalink
Fix typo, closes electron#2990
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Oct 5, 2015
1 parent ec0a8a1 commit 7de3aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/browser/native_window_views.cc
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ void NativeWindowViews::ShowInactive() {
}

void NativeWindowViews::Hide() {
web_contents()->WasHidden();
window_->Hide();
}

bool NativeWindowViews::IsVisible() {
Expand Down

0 comments on commit 7de3aa3

Please sign in to comment.