summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-10 19:30:00 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-10 19:30:00 +0000
commita121a3cd7370c97535f6bfc6ba090ed6aa5abb67 (patch)
tree49991eb5d44c484a4fda311b617a5741b36d570a
parent781a492e646eacc179c2b060b44b86dd51f5b801 (diff)
downloadnetsurf-a121a3cd7370c97535f6bfc6ba090ed6aa5abb67.tar.gz
netsurf-a121a3cd7370c97535f6bfc6ba090ed6aa5abb67.tar.bz2
Fixed display of plain text files beyond the initial visible area.
svn path=/trunk/netsurf/; revision=5898
-rwxr-xr-xamiga/gui.c3
1 files changed, 2 insertions, 1 deletions
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;