diff --git a/wintable/new/resize.h b/wintable/new/resize.h index e518671..365146c 100644 --- a/wintable/new/resize.h +++ b/wintable/new/resize.h @@ -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;