mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Add the icon mask to the imagelist. The device manager icons now look correct
svn path=/trunk/; revision=28818
This commit is contained in:
@@ -1449,7 +1449,7 @@ SetupDiGetClassImageListExW(
|
||||
|
||||
/* Prepare a HIMAGELIST */
|
||||
InitCommonControls();
|
||||
ClassImageListData->ImageList = ImageList_Create(16, 16, ILC_COLOR32, 100, 10);
|
||||
ClassImageListData->ImageList = ImageList_Create(16, 16, ILC_COLOR32 | ILC_MASK, 100, 10);
|
||||
if (!ClassImageListData->ImageList)
|
||||
goto cleanup;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user