More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-12-23 14:23:28 -05:00
parent 663e9e99a7
commit 3bd6ccb02b
1 changed files with 1 additions and 0 deletions

View File

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