Nikolay Sivov : shell32/ebrowser: Use proper color for pane separator.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 3 14:52:35 CDT 2015


Module: wine
Branch: master
Commit: 118c46959828fbf16208103dd3c6a8c1b159739d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=118c46959828fbf16208103dd3c6a8c1b159739d

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Aug  2 23:52:43 2015 +0300

shell32/ebrowser: Use proper color for pane separator.

---

 dlls/shell32/ebrowser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/ebrowser.c b/dlls/shell32/ebrowser.c
index afeb821..d50a4fc 100644
--- a/dlls/shell32/ebrowser.c
+++ b/dlls/shell32/ebrowser.c
@@ -704,7 +704,7 @@ static void initialize_navpane(ExplorerBrowserImpl *This, HWND hwnd_parent, RECT
         wc.hInstance        = shell32_hInstance;
         wc.hIcon            = 0;
         wc.hCursor          = LoadCursorW(0, (LPWSTR)IDC_SIZEWE);
-        wc.hbrBackground    = (HBRUSH)(COLOR_HIGHLIGHT + 1);
+        wc.hbrBackground    = (HBRUSH)(COLOR_3DFACE + 1);
         wc.lpszMenuName     = NULL;
         wc.lpszClassName    = navpane_classname;
 




More information about the wine-cvs mailing list