From 23f85ecc22c8eeb179c4d7a84d30cd78adeff2a4 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 16 May 2004 14:18:24 +0000 Subject: [PATCH] Kurt Jung points out that nav menus ought to be WHLP_PARA_SCROLL, not _NONSCROLL. git-svn-id: svn://svn.tartarus.org/sgt/halibut@4228 cda61777-01e9-0310-a592-d414129be87e --- bk_whlp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0