diff options
| author | Simon Tatham <anakin@pobox.com> | 2001-12-04 22:31:12 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2001-12-04 22:31:12 +0000 |
| commit | 83c420de93875d512b0fa10af57a3d335079a5b6 (patch) | |
| tree | c9816861d3818ff02ddda457d15adccb0a0ff3d1 /bk_whlp.c | |
| parent | 5f69ebcb18554873c58d8532bcc38c603cd135ee (diff) | |
| download | halibut-83c420de93875d512b0fa10af57a3d335079a5b6.zip halibut-83c420de93875d512b0fa10af57a3d335079a5b6.tar.gz halibut-83c420de93875d512b0fa10af57a3d335079a5b6.tar.bz2 halibut-83c420de93875d512b0fa10af57a3d335079a5b6.tar.xz | |
Oops - missed out a set_font call which was bizarrely causing
strikethrough on bullets. *boggle*
[originally from svn r1454]
Diffstat (limited to 'bk_whlp.c')
| -rw-r--r-- | bk_whlp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords, whlp_para_attr(h, WHLP_PARA_FIRSTLINEINDENT, -36); whlp_set_tabstop(h, 72, WHLP_ALIGN_LEFT); whlp_begin_para(h, WHLP_PARA_SCROLL); + whlp_set_font(h, FONT_NORMAL); if (p->type == para_Bullet) { whlp_text(h, "\x95"); } else { |