diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-09 20:47:03 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-09 20:47:03 -0500 |
| commit | cb199cca7795565efd5b434e8507a59db589fce1 (patch) | |
| tree | 5825028a9fd02577b805dc86c481b7f36a5a47de /wintable/new/header.h | |
| parent | dd37255fa1362073efa9bf91287456cba9ad4cf5 (diff) | |
Started readding hscroll code; just recomputeHScroll() for now.
Diffstat (limited to 'wintable/new/header.h')
| -rw-r--r-- | wintable/new/header.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/new/header.h b/wintable/new/header.h index 9d92ef7..0f23a9a 100644 --- a/wintable/new/header.h +++ b/wintable/new/header.h @@ -61,6 +61,8 @@ HANDLER(headerNotifyHandler) return FALSE; if (nmhdr->code != HDN_ITEMCHANGED) return FALSE; + // TODO should this be last? + recomputeHScroll(t); // TODO make more intelligent InvalidateRect(t->hwnd, NULL, TRUE); // TODO UpdateWindow()? |
