summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/new/resize.h2
1 files changed, 2 insertions, 0 deletions
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;