Actually one more quick test fix to cycle through all the images before continuing. Okay, NOW for themed checkboxes.
This commit is contained in:
parent
c22f643df7
commit
8dd9f08ba4
|
@ -87,7 +87,7 @@ HRESULT uiprivLVN_GETDISPINFOImagesCheckboxes(uiTable *t, NMLVDISPINFOW *nm, uip
|
|||
nm->item.mask |= LVIF_IMAGE;
|
||||
#endif
|
||||
nm->item.mask |= LVIF_IMAGE;
|
||||
nm->item.iImage = 1;
|
||||
nm->item.iImage = nm->item.iItem % 4;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue