More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-11-12 22:54:48 -05:00
parent 922097985b
commit 4697976fa7
1 changed files with 2 additions and 0 deletions

View File

@ -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;