More TODOs.
This commit is contained in:
parent
38b7126449
commit
6690876c07
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue