Kurt Jung points out that nav menus ought to be WHLP_PARA_SCROLL,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 16 May 2004 14:18:24 +0000 (14:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 16 May 2004 14:18:24 +0000 (14:18 +0000)
not _NONSCROLL.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@4228 cda61777-01e9-0310-a592-d414129be87e

bk_whlp.c

index b146f94..6964941 100644 (file)
--- 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);