mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
address review comments
This commit is contained in:
@@ -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_) {
|
||||
|
||||
Reference in New Issue
Block a user