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();
|
||||
break;
|
||||
case tableColumnImage:
|
||||
// TODO vertically center if image is smaller than text height
|
||||
// TODO same for checkboxes
|
||||
ZeroMemory(&ip, sizeof (IMAGELISTDRAWPARAMS));
|
||||
ip.cbSize = sizeof (IMAGELISTDRAWPARAMS);
|
||||
ip.himl = t->checkboxes;//t->imagelist;
|
||||
|
|
Loading…
Reference in New Issue