address review comments
This commit is contained in:
parent
c61414e11b
commit
c657186920
1 changed files with 1 additions and 1 deletions
|
@ -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_) {
|
||||
|
|
Loading…
Reference in a new issue