mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:27:03 +00:00
[SHELL32]
- CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flickering will go unnoticed. svn path=/trunk/; revision=69873
This commit is contained in:
parent
c7278f382c
commit
0b81e76316
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class CDefView :
|
|||
{
|
||||
{ sizeof(WNDCLASSEX), 0, StartWindowProc,
|
||||
0, 0, NULL, NULL,
|
||||
LoadCursor(NULL, IDC_ARROW), (HBRUSH)(COLOR_BACKGROUND + 1), NULL, SV_CLASS_NAME, NULL
|
||||
LoadCursor(NULL, IDC_ARROW), (HBRUSH)(COLOR_WINDOW + 1), NULL, SV_CLASS_NAME, NULL
|
||||
},
|
||||
NULL, NULL, IDC_ARROW, TRUE, 0, _T("")
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue