Removed now-fixed TODOs.

This commit is contained in:
Pietro Gagliardi 2014-11-06 20:10:08 -05:00
parent 130e139806
commit 80679f3d35
1 changed files with 0 additions and 3 deletions

View File

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