From 3bd6ccb02b52f4212051b16d6ef845afed82a9fd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 23 Dec 2014 14:23:28 -0500 Subject: [PATCH] More TODOs. --- wintable/new/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/new/main.c b/wintable/new/main.c index 56aee2f..e0fce2e 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -33,6 +33,7 @@ // - see if vertical centering is really what we want or if we just want to offset by a few pixels or so // - going right from column 0 to column 2 with the right arrow key deselects // - make sure all error messages involving InvalidateRect() are consistent with regards to "redrawing" and "queueing for redraw" +// - collect all resize-related tasks in a single function (so things like adding columns will refresh everything, not just horizontal scrolls; also would fix initial coordinates) #define tableWindowClass L"gouitable"