diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-05-16 14:18:24 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-05-16 14:18:24 +0000 |
| commit | 8cb73f279cc311f22c2c3ff82358f42ed13420a4 (patch) | |
| tree | 317322f8b979d16c25c32690719376cd0cb40748 /bk_whlp.c | |
| parent | e8b4514a1cdb8cbdbafd3bea4e9c9111513394f5 (diff) | |
| download | halibut-8cb73f279cc311f22c2c3ff82358f42ed13420a4.zip halibut-8cb73f279cc311f22c2c3ff82358f42ed13420a4.tar.gz halibut-8cb73f279cc311f22c2c3ff82358f42ed13420a4.tar.bz2 halibut-8cb73f279cc311f22c2c3ff82358f42ed13420a4.tar.xz | |
Kurt Jung points out that nav menus ought to be WHLP_PARA_SCROLL,
not _NONSCROLL.
[originally from svn r4228]
Diffstat (limited to 'bk_whlp.c')
| -rw-r--r-- | bk_whlp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ static void whlp_contents_write(struct bk_whlp_state *state, } static void whlp_navmenu(struct bk_whlp_state *state, paragraph *p) { - whlp_begin_para(state->h, WHLP_PARA_NONSCROLL); + whlp_begin_para(state->h, WHLP_PARA_SCROLL); whlp_start_hyperlink(state->h, (WHLP_TOPIC)p->private_data); if (p->kwtext) { whlp_mkparagraph(state, FONT_NORMAL, p->kwtext, TRUE); |