From ad232bd497e7dc116adbd26515d7a2c54ea3b3c0 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 15 Sep 2011 13:26:27 +0000 Subject: (svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid) --- src/main_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main_gui.cpp') 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(MW_VIEWPORT); -- cgit v1.2.3-54-g00ecf