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 --- monkey/browser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'monkey') diff --git a/monkey/browser.c b/monkey/browser.c index 1c53aae8b..91853d887 100644 --- a/monkey/browser.c +++ b/monkey/browser.c @@ -70,6 +70,7 @@ monkey_window_process_reformats(void) RING_ITERATE_STOP(gw_ring, c_ring); if (c_ring->bw->reformat_pending) { browser_window_reformat(c_ring->bw, + false, c_ring->width, c_ring->height); } -- cgit v1.2.3