summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bk_whlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bk_whlp.c b/bk_whlp.c
index b146f94..6964941 100644
--- a/bk_whlp.c
+++ b/bk_whlp.c
@@ -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);