From 56e42730de29f0bd12e6d49934d970b90c3d9816 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 7 Sep 2009 22:55:31 +0000 Subject: ensure current_redraw_browser is set svn path=/trunk/netsurf/; revision=9554 --- amiga/thumbnail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/thumbnail.c') diff --git a/amiga/thumbnail.c b/amiga/thumbnail.c index 6e82f68dd..d9abf477f 100755 --- a/amiga/thumbnail.c +++ b/amiga/thumbnail.c @@ -40,9 +40,11 @@ bool thumbnail_create(struct content *content, struct bitmap *bitmap, bitmap->nativebmwidth = bitmap->width; bitmap->nativebmheight = bitmap->height; ami_clearclipreg(&browserglob); + current_redraw_browser = curbw; plot = amiplot; content_redraw(content, 0, 0, content->width, content->width, 0, 0, content->width, content->width, 1.0, 0xFFFFFF); + current_redraw_browser = NULL; if(GfxBase->lib_Version >= 53) // AutoDoc says v52, but this function isn't in OS4.0, so checking for v53 (OS4.1) { -- cgit v1.2.3