From 6690876c0797829be4deabea8df74f9c19dc8380 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 11 Dec 2014 20:37:38 -0500 Subject: [PATCH] More TODOs. --- wintable/new/resize.h | 2 ++ 1 file changed, 2 insertions(+) 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;