From c587cfe9dee5409a107068c876d79d24d450d621 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Jun 2011 13:05:57 +0000 Subject: Iframes inherit parent browser window's scale. svn path=/trunk/netsurf/; revision=12505 --- desktop/frames.c | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/frames.c b/desktop/frames.c index 055b4a4aa..d8e2c992b 100644 --- a/desktop/frames.c +++ b/desktop/frames.c @@ -85,6 +85,7 @@ void browser_window_create_iframes(struct browser_window *bw, window->margin_width = cur->margin_width; window->margin_height = cur->margin_height; window->sel = bw->sel; + window->scale = bw->scale; if (cur->name) { window->name = strdup(cur->name); if (!window->name) -- cgit v1.2.3