diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-18 12:36:12 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-18 12:36:12 -0500 |
| commit | a77969754f541f3a48c8034cf1d3fec963d9cf18 (patch) | |
| tree | f2eaac62a01035eeb69213549a38098209305944 | |
| parent | 8a5d4f8b0ec58830a4bf25779ece751465011cb6 (diff) | |
More critical TODOs.
| -rw-r--r-- | wintable/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/main.c b/wintable/main.c index 1268632..2a2107b 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -45,6 +45,7 @@ enum { // - TODO figure out which notification is needed // - http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx // - merge recomputeHScroll() with resize()? the pagesize can change if a horizontal scrollbar is added or removed +// - related: vertical scrolling code doesn't work right because of the presence of horizontal scrollbars, but the addition of a vertical scrollbar can affect t->hpagesize and the addition of a horizontal scrollbar can affect t->pagesize, leading to a catch 22 situation and a potential infinite loop if we just say "repeat the process if one changes" #define tableWindowClass L"gouitable" |
