summaryrefslogtreecommitdiff
path: root/wintable/new/header.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-09 20:47:03 -0500
committerPietro Gagliardi <[email protected]>2014-12-09 20:47:03 -0500
commitcb199cca7795565efd5b434e8507a59db589fce1 (patch)
tree5825028a9fd02577b805dc86c481b7f36a5a47de /wintable/new/header.h
parentdd37255fa1362073efa9bf91287456cba9ad4cf5 (diff)
Started readding hscroll code; just recomputeHScroll() for now.
Diffstat (limited to 'wintable/new/header.h')
-rw-r--r--wintable/new/header.h2
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()?