From 0c1d88b218329334166f10c3e80ad865e634959b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 4 Jun 2009 18:19:27 +0000 Subject: Ensure page fully updates when faster_scroll active and clicking on a link with an anchor point. svn path=/trunk/netsurf/; revision=7710 --- amiga/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 54dcec295..734e056cc 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2454,6 +2454,8 @@ void gui_window_set_scroll(struct gui_window *g, int sx, int sy) if(option_faster_scroll && !g->shared->new_content) g->shared->redraw_scroll = true; + else g->shared->redraw_scroll = false; + g->scrollx = sx; g->scrolly = sy; -- cgit v1.2.3