mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 23:56:55 +08:00
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:
@@ -871,7 +871,7 @@ Fl_Help_View::draw()
|
|||||||
if (line < 31)
|
if (line < 31)
|
||||||
line ++;
|
line ++;
|
||||||
xx = block->line[line];
|
xx = block->line[line];
|
||||||
yy += 2 * hh;
|
yy += 2 * fsize; //hh;
|
||||||
hh = 0;
|
hh = 0;
|
||||||
}
|
}
|
||||||
else if (buf.cmp("CENTER") ||
|
else if (buf.cmp("CENTER") ||
|
||||||
|
|||||||
Reference in New Issue
Block a user