mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[REGEDIT] Readd ILC_COLOR32 to the Treeview icons
Fixes regression introduced in 36a7f0dc
This commit is contained in:
parent
2ae9feb59f
commit
683d81b7db
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ static BOOL InitTreeViewImageLists(HWND hwndTV)
|
|||
INT cy = GetSystemMetrics(SM_CYSMICON);
|
||||
|
||||
/* Create the image list. */
|
||||
if ((himl = ImageList_Create(cx, cy, ILC_MASK, 0, NUM_ICONS)) == NULL)
|
||||
if ((himl = ImageList_Create(cx, cy, ILC_MASK | ILC_COLOR32, 0, NUM_ICONS)) == NULL)
|
||||
return FALSE;
|
||||
|
||||
/* Add the open file, closed file, and document bitmaps. */
|
||||
|
|
Loading…
Reference in a new issue