summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-04 18:19:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-04 18:19:27 +0000
commit0c1d88b218329334166f10c3e80ad865e634959b (patch)
tree0eff25243d7e4a5573661a4f135c3c27582b124e
parentc4e27563c4a3e782afe3d299721a05558e54e325 (diff)
downloadnetsurf-0c1d88b218329334166f10c3e80ad865e634959b.tar.gz
netsurf-0c1d88b218329334166f10c3e80ad865e634959b.tar.bz2
Ensure page fully updates when faster_scroll active and clicking on a link with an
anchor point. svn path=/trunk/netsurf/; revision=7710
-rwxr-xr-xamiga/gui.c2
1 files changed, 2 insertions, 0 deletions
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;