From 4697976fa793341935a00b87a6108ce65a4f6072 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Nov 2014 22:54:48 -0500 Subject: [PATCH] More TODOs. --- wintable/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wintable/main.c b/wintable/main.c index 6fbc9a4..aefdd24 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -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;