mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-29 09:43:09 +03:00
Fixed display of plain text files beyond the initial visible area.
svn path=/trunk/netsurf/; revision=5898
This commit is contained in:
parent
781a492e64
commit
a121a3cd73
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user