* Sync with recent trunk (r52637).
[reactos.git] / base / shell / explorer / utility / window.cpp
index cfbce1d..4ad750f 100644 (file)
@@ -39,7 +39,7 @@ WindowClass::WindowClass(LPCTSTR classname, UINT style_, WNDPROC wndproc)
        style = style_;
        hInstance = g_Globals._hInstance;
        hCursor = LoadCursor(0, IDC_ARROW);
-
+       this->hbrBackground = (HBRUSH)(COLOR_BTNFACE+1);
        lpszClassName = classname;
        lpfnWndProc = wndproc;