diff options
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 14132cbba..4d6f1a170 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -244,6 +244,7 @@ struct MainWindow : Window MainWindow() : Window() { this->InitNested(&_main_window_desc, 0); + CLRBITS(this->flags4, WF_WHITE_BORDER_MASK); ResizeWindow(this, _screen.width, _screen.height); NWidgetViewport *nvp = this->GetWidget<NWidgetViewport>(MW_VIEWPORT); |