Fixed display of plain text files beyond the initial visible area.

svn path=/trunk/netsurf/; revision=5898
This commit is contained in:
Chris Young 2008-12-10 19:30:00 +00:00
parent 781a492e64
commit a121a3cd73

View File

@ -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;