summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/frames.c1
1 files changed, 1 insertions, 0 deletions
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)