Skip to content

Commit

Permalink
Fix for positionning of text after <HR> directive (part of STR #3227).
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11767 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Jun 3, 2016
1 parent 77f6072 commit 99941d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_Help_View.cxx
Expand Up @@ -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") ||
Expand Down

0 comments on commit 99941d1

Please sign in to comment.