mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
fix linting error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user