More TODOs.
This commit is contained in:
parent
38b7126449
commit
6690876c07
|
@ -13,6 +13,8 @@ HANDLER(resizeHandler)
|
||||||
wp = (WINDOWPOS *) lParam;
|
wp = (WINDOWPOS *) lParam;
|
||||||
if ((wp->flags & SWP_NOSIZE) != 0)
|
if ((wp->flags & SWP_NOSIZE) != 0)
|
||||||
return FALSE;
|
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);
|
updateTableWidth(t);
|
||||||
*lResult = 0;
|
*lResult = 0;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in New Issue