diff options
| author | Manolo Gouy <Manolo> | 2016-06-03 11:38:40 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-06-03 11:38:40 +0000 |
| commit | 99941d13da778c1269546347b804c46b015ead2f (patch) | |
| tree | b6112fef3143e22bd0ac7a9b6c6ea39fc8d65ea0 /src/Fl_Help_View.cxx | |
| parent | 77f607224cb0e8df760fcea59347d8f38433033e (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/Fl_Help_View.cxx')
| -rw-r--r-- | src/Fl_Help_View.cxx | 2 |
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") || |
