shell32/ebrowser: Use proper color for pane separator.
This commit is contained in:
parent
da8fd05251
commit
118c469598
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue