fix linting error
This commit is contained in:
parent
a69ee76705
commit
356d0520ae
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ void NativeWindowViews::SetContentSizeConstraints(
|
|||
|
||||
void NativeWindowViews::SetResizable(bool resizable) {
|
||||
#if defined(OS_WIN)
|
||||
if(has_frame()) {
|
||||
if (has_frame()) {
|
||||
FlipWindowStyle(GetAcceleratedWidget(), resizable, WS_THICKFRAME);
|
||||
}
|
||||
#elif defined(USE_X11)
|
||||
|
|
Loading…
Reference in a new issue