mirror of https://github.com/fltk/fltk
Bringing over fix [r11844] from 1.3 current to the porting branch.
Fixes STR #3270; when an image is used as a link, this mod synchronizes the link's hot spot with the image. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
7b30c4720e
commit
67213cf0d8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue