From a074bdbe546b6a64cf4707abcdd3344a5b46b42d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 Mar 2009 23:40:58 +0000 Subject: Stop NetSurf jumping back to the top of the document when scrolling before the page has finished loading. svn path=/trunk/netsurf/; revision=6742 --- amiga/gui.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/amiga/gui.c b/amiga/gui.c index 038cec192..f5a46a3cb 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2360,13 +2360,11 @@ void gui_window_update_extent(struct gui_window *g) RefreshSetGadgetAttrs((APTR)g->shared->objects[OID_VSCROLL],g->shared->win,NULL, SCROLLER_Total,g->shared->bw->current_content->height, SCROLLER_Visible,bbox->Height, - SCROLLER_Top,0, TAG_DONE); RefreshSetGadgetAttrs((APTR)g->shared->objects[OID_HSCROLL],g->shared->win,NULL, SCROLLER_Total,g->shared->bw->current_content->width, SCROLLER_Visible,bbox->Width, - SCROLLER_Top,0, TAG_DONE); } } -- cgit v1.2.3