summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-11 20:37:38 -0500
committerPietro Gagliardi <[email protected]>2014-12-11 20:37:38 -0500
commit6690876c0797829be4deabea8df74f9c19dc8380 (patch)
tree18c369b7613e7a2d810e0a449cf5179158df0f4f
parent38b7126449ab046a4a56633d859a89e1cc9faee7 (diff)
More TODOs.
-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;