diff --git a/atom/browser/native_window_views_win.cc b/atom/browser/native_window_views_win.cc index 63419095fe0ac..9b7eb06cc4431 100644 --- a/atom/browser/native_window_views_win.cc +++ b/atom/browser/native_window_views_win.cc @@ -194,6 +194,7 @@ bool NativeWindowViews::PreHandleMSG(UINT message, if (prevent_default) { ::GetWindowRect(GetAcceleratedWidget(), reinterpret_cast(l_param)); + return true; // Tells Windows that the Sizing is handled. } return false; }