More TODOs.
This commit is contained in:
parent
663e9e99a7
commit
3bd6ccb02b
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue