summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-20 09:57:26 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-20 09:57:26 +0000
commit98092d7f16a10e5c55659942909bc797c09a2389 (patch)
treebcf8808891e1ebd7af4cd5873883f696151cee0c
parent85c2f83dc90d8b4c70597ad55a9a58fc50772fa0 (diff)
downloadnetsurf-98092d7f16a10e5c55659942909bc797c09a2389.tar.gz
netsurf-98092d7f16a10e5c55659942909bc797c09a2389.tar.bz2
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
-rwxr-xr-xamiga/gui.c1
1 files changed, 1 insertions, 0 deletions
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)