diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-11 20:37:38 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-11 20:37:38 -0500 |
| commit | 6690876c0797829be4deabea8df74f9c19dc8380 (patch) | |
| tree | 18c369b7613e7a2d810e0a449cf5179158df0f4f | |
| parent | 38b7126449ab046a4a56633d859a89e1cc9faee7 (diff) | |
More TODOs.
| -rw-r--r-- | wintable/new/resize.h | 2 |
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; |
