mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
correctly set the desktop bkcolor
svn path=/trunk/; revision=30900
This commit is contained in:
@@ -355,7 +355,10 @@ static BOOL ShellView_CreateList (IShellViewImpl * This)
|
||||
if (0)
|
||||
SendMessageW(This->hWndList, LVM_SETTEXTBKCOLOR, 0, CLR_NONE);
|
||||
else
|
||||
{
|
||||
SendMessageW(This->hWndList, LVM_SETTEXTBKCOLOR, 0, GetSysColor(COLOR_DESKTOP));
|
||||
SendMessageW(This->hWndList, LVM_SETBKCOLOR, 0, GetSysColor(COLOR_DESKTOP));
|
||||
}
|
||||
|
||||
SendMessageW(This->hWndList, LVM_SETTEXTCOLOR, 0, RGB(255,255,255));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user