From a121a3cd7370c97535f6bfc6ba090ed6aa5abb67 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 10 Dec 2008 19:30:00 +0000 Subject: [PATCH] Fixed display of plain text files beyond the initial visible area. svn path=/trunk/netsurf/; revision=5898 --- amiga/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amiga/gui.c b/amiga/gui.c index d0bacfad4..156202ece 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -1996,8 +1996,9 @@ void ami_do_redraw(struct gui_window_2 *g) { */ content_redraw(c, -hcurrent,-vcurrent,width,height, - 0,0,width,height, + 0,0,c->width,c->height, g->bw->scale,0xFFFFFF); + // } current_redraw_browser = NULL;