More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-12-09 19:31:05 -05:00
parent bad29faf1a
commit d6ff23dacb
1 changed files with 2 additions and 1 deletions

View File

@ -61,8 +61,9 @@ HANDLER(headerNotifyHandler)
return FALSE;
if (nmhdr->code != HDN_ITEMCHANGED)
return FALSE;
// TODO
// TODO make more intelligent
InvalidateRect(t->hwnd, NULL, TRUE);
// TODO UpdateWindow()?
*lResult = 0;
return TRUE;
}