From c657186920b07b382acb69d2dd53c67211634275 Mon Sep 17 00:00:00 2001 From: liusy182 Date: Sun, 30 Oct 2016 09:50:22 +0800 Subject: [PATCH] address review comments --- atom/browser/native_window_views.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_) {