appwiz.cpl: Create a 32-bpp image list to get alpha blended icons.
This commit is contained in:
parent
8932fe2a84
commit
14d1b7a51d
|
@ -745,7 +745,7 @@ static HIMAGELIST AddListViewImageList(HWND hWnd)
|
|||
HICON hDefaultIcon;
|
||||
|
||||
hSmall = ImageList_Create(GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON),
|
||||
ILC_MASK, 1, 1);
|
||||
ILC_COLOR32 | ILC_MASK, 1, 1);
|
||||
|
||||
/* Add default icon to image list */
|
||||
hDefaultIcon = LoadIconW(hInst, MAKEINTRESOURCEW(ICO_MAIN));
|
||||
|
|
Loading…
Reference in New Issue