From 80679f3d35a316b6a1c253d77389c74b6a0e471d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 6 Nov 2014 20:10:08 -0500 Subject: Removed now-fixed TODOs. --- wintable/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'wintable/main.c') 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; -- cgit v1.2.3