Iframes inherit parent browser window's scale.

svn path=/trunk/netsurf/; revision=12505
This commit is contained in:
Michael Drake 2011-06-24 13:05:57 +00:00
parent 92323b7808
commit c587cfe9de
1 changed files with 1 additions and 0 deletions

View File

@ -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)