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 --- gtk/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/window.c') diff --git a/gtk/window.c b/gtk/window.c index 45905f32b..cf5c09b9f 100644 --- a/gtk/window.c +++ b/gtk/window.c @@ -755,7 +755,7 @@ void nsgtk_window_process_reformats(void) if (!g->bw->reformat_pending) continue; g->bw->reformat_pending = false; - browser_window_reformat(g->bw, + browser_window_reformat(g->bw, false, widget->allocation.width, widget->allocation.height); } -- cgit v1.2.3