From 98092d7f16a10e5c55659942909bc797c09a2389 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 20 Jun 2009 09:57:26 +0000 Subject: If the extent changes, make sure the next redraw does the entire visible area, otherwise it goes a bit weird in faster_scroll mode. svn path=/trunk/netsurf/; revision=7889 --- amiga/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/amiga/gui.c b/amiga/gui.c index 7dc5246ee..53ca914d7 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2531,6 +2531,7 @@ void gui_window_update_extent(struct gui_window *g) SCROLLER_Visible,bbox->Width, TAG_DONE); } + g->shared->new_content = true; } void gui_window_set_status(struct gui_window *g, const char *text) -- cgit v1.2.3