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 --- desktop/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index 13f26e5d5..42dd0a77a 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -189,7 +189,7 @@ bool print_apply_settings(hlcache_handle *content, FIXTOFLT(FSUB(settings->margins[MARGINTOP], settings->margins[MARGINBOTTOM]))) / settings->scale; - content_reformat(content, page_content_width, 0); + content_reformat(content, false, page_content_width, 0); LOG(("New layout applied.New height = %d ; New width = %d ", content_get_height(content), -- cgit v1.2.3