mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
print caret at scroll position netsurf believes the page is at, rather than where the
gui says it is svn path=/trunk/netsurf/; revision=12108
This commit is contained in:
parent
e8ca07b0dc
commit
dad9306e2a
@ -3746,8 +3746,8 @@ void gui_window_place_caret(struct gui_window *g, int x, int y, int height)
|
||||
gui_window_remove_caret(g);
|
||||
|
||||
GetAttr(SPACE_AreaBox,g->shared->objects[GID_BROWSER],(ULONG *)&bbox);
|
||||
ami_get_hscroll_pos(g->shared, (ULONG *)&xs);
|
||||
ami_get_vscroll_pos(g->shared, (ULONG *)&ys);
|
||||
xs = g->scrollx;
|
||||
ys = g->scrolly;
|
||||
|
||||
SetAPen(g->shared->win->RPort,3);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user