diff --git a/atom/browser/native_window_views.cc b/atom/browser/native_window_views.cc index 8575d53abd..67069c0835 100644 --- a/atom/browser/native_window_views.cc +++ b/atom/browser/native_window_views.cc @@ -574,7 +574,7 @@ void NativeWindowViews::SetResizable(bool resizable) { #if defined(OS_WIN) if (thick_frame_) { FlipWindowStyle(GetAcceleratedWidget(), resizable, WS_THICKFRAME); - thick_frame_ = !thick_frame_; + thick_frame_ = false; } #elif defined(USE_X11) if (resizable != resizable_) {