Fix positionning of text after <HR> directive (partial fix of STR #3227).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11768 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-06-03 11:40:26 +00:00
parent 3420a418c0
commit da46b5caa3
+1 -1
View File
@@ -871,7 +871,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") ||