mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
correctly set the desktop bkcolor
svn path=/trunk/; revision=30900
This commit is contained in:
parent
c6a485b0c0
commit
1730b3a891
1 changed files with 3 additions and 0 deletions
|
@ -355,7 +355,10 @@ static BOOL ShellView_CreateList (IShellViewImpl * This)
|
||||||
if (0)
|
if (0)
|
||||||
SendMessageW(This->hWndList, LVM_SETTEXTBKCOLOR, 0, CLR_NONE);
|
SendMessageW(This->hWndList, LVM_SETTEXTBKCOLOR, 0, CLR_NONE);
|
||||||
else
|
else
|
||||||
|
{
|
||||||
SendMessageW(This->hWndList, LVM_SETTEXTBKCOLOR, 0, GetSysColor(COLOR_DESKTOP));
|
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));
|
SendMessageW(This->hWndList, LVM_SETTEXTCOLOR, 0, RGB(255,255,255));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue