Skip to content

Commit

Permalink
fix: improved event flow management related to 'will-resize' event on…
Browse files Browse the repository at this point in the history
… Windows (#15695)
  • Loading branch information
neo291 authored and nornagon committed Nov 26, 2018
1 parent 0242818 commit 6f116ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atom/browser/native_window_views_win.cc
Expand Up @@ -194,6 +194,7 @@ bool NativeWindowViews::PreHandleMSG(UINT message,
if (prevent_default) {
::GetWindowRect(GetAcceleratedWidget(),
reinterpret_cast<RECT*>(l_param));
return true; // Tells Windows that the Sizing is handled.
}
return false;
}
Expand Down

0 comments on commit 6f116ee

Please sign in to comment.