summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-06-03 11:38:40 +0000
committerManolo Gouy <Manolo>2016-06-03 11:38:40 +0000
commit99941d13da778c1269546347b804c46b015ead2f (patch)
treeb6112fef3143e22bd0ac7a9b6c6ea39fc8d65ea0 /src
parent77f607224cb0e8df760fcea59347d8f38433033e (diff)
Fix for positionning of text after <HR> directive (part of STR #3227).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11767 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Help_View.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx
index c4d7a820e..02f80bddd 100644
--- a/src/Fl_Help_View.cxx
+++ b/src/Fl_Help_View.cxx
@@ -863,7 +863,7 @@ Fl_Help_View::draw()
if (line < 31)
line ++;
xx = block->line[line];
- yy += 2 * hh;
+ yy += 2 * fsize;//hh;
hh = 0;
}
else if (buf.cmp("CENTER") ||