diff options
Diffstat (limited to 'wintable/new/hscroll.h')
| -rw-r--r-- | wintable/new/hscroll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/hscroll.h b/wintable/new/hscroll.h index a2534b5..1560490 100644 --- a/wintable/new/hscroll.h +++ b/wintable/new/hscroll.h @@ -13,6 +13,7 @@ static struct scrollParams hscrollParams(struct table *t) p.length = t->width; p.scale = 1; p.post = repositionHeader; + p.wheelCarry = &(t->hwheelCarry); return p; } |
