More TODOs.
This commit is contained in:
parent
922097985b
commit
4697976fa7
|
@ -555,6 +555,8 @@ static void drawItem(struct table *t, HDC dc, intptr_t i, LONG y, LONG height, R
|
||||||
abort();
|
abort();
|
||||||
break;
|
break;
|
||||||
case tableColumnImage:
|
case tableColumnImage:
|
||||||
|
// TODO vertically center if image is smaller than text height
|
||||||
|
// TODO same for checkboxes
|
||||||
ZeroMemory(&ip, sizeof (IMAGELISTDRAWPARAMS));
|
ZeroMemory(&ip, sizeof (IMAGELISTDRAWPARAMS));
|
||||||
ip.cbSize = sizeof (IMAGELISTDRAWPARAMS);
|
ip.cbSize = sizeof (IMAGELISTDRAWPARAMS);
|
||||||
ip.himl = t->checkboxes;//t->imagelist;
|
ip.himl = t->checkboxes;//t->imagelist;
|
||||||
|
|
Loading…
Reference in New Issue