summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 02f80bddd..6036fddc4 100644
--- a/src/Fl_Help_View.cxx
+++ b/src/Fl_Help_View.cxx
@@ -1901,7 +1901,7 @@ void Fl_Help_View::format() {
}
if (linkdest[0])
- add_link(linkdest, xx, yy - height, ww, height);
+ add_link(linkdest, xx, yy-fsize, ww, height);
xx += ww;
if ((height + 2) > hh)