More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-12-11 20:37:38 -05:00
parent 38b7126449
commit 6690876c07
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ HANDLER(resizeHandler)
wp = (WINDOWPOS *) lParam;
if ((wp->flags & SWP_NOSIZE) != 0)
return FALSE;
// this will call repositionHeader(); there's a good reason... (see comments)
// TODO when I clean that mess up, remove this comment
updateTableWidth(t);
*lResult = 0;
return TRUE;