diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-06 20:10:08 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-06 20:10:08 -0500 |
| commit | 80679f3d35a316b6a1c253d77389c74b6a0e471d (patch) | |
| tree | f07e9d38500db85bbf81787aadd67397aec2af3a /wintable/main.c | |
| parent | 130e1398065138397ce0cc4ea45f20a593a56d98 (diff) | |
Removed now-fixed TODOs.
Diffstat (limited to 'wintable/main.c')
| -rw-r--r-- | wintable/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wintable/main.c b/wintable/main.c index 4c2ab79..1e3caab 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -178,9 +178,6 @@ static void selectItem(struct table *t, WPARAM wParam, LPARAM lParam) finishSelect(t); } -// TODO on initial show the items are not arranged properly -// TODO the lowest visible row does not redraw properly after scrolling -// TODO the row behind the header bar does not redraw properly after scrolling static void vscrollto(struct table *t, intptr_t newpos) { SCROLLINFO si; |
