summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-23 14:23:28 -0500
committerPietro Gagliardi <[email protected]>2014-12-23 14:23:28 -0500
commit3bd6ccb02b52f4212051b16d6ef845afed82a9fd (patch)
tree17826502d485b43036d30e8e99b6a26eb330665b
parent663e9e99a7bb6dca2be3341cad6e025398d732e8 (diff)
More TODOs.
-rw-r--r--wintable/new/main.c1
1 files changed, 1 insertions, 0 deletions
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"