From 5a4c8916efe2449f2cf43bef2f7746dd53469046 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Jun 2011 09:30:33 +0000 Subject: If iframes are reformatted due to containing document reflow, don't need to redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497 --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index bc89b0132..69fc906da 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3343,7 +3343,7 @@ void ami_do_redraw(struct gui_window_2 *g) if(g->bw->reformat_pending) { - browser_window_reformat(g->bw,width,height); + browser_window_reformat(g->bw,false,width,height); g->bw->reformat_pending = false; g->redraw_scroll = false; } -- cgit v1.2.3