summaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc
index 944977b2..471a1afa 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -461,7 +461,7 @@ DilloHtml::DilloHtml(BrowserWindow *p_bw, const DilloUrl *url,
DocType = DT_NONE; /* assume Tag Soup 0.0! :-) */
DocTypeVersion = 0.0f;
- styleEngine = new StyleEngine (HT2LT (this), page_url, base_url);
+ styleEngine = new StyleEngine (HT2LT (this), page_url, base_url, bw->zoom);
cssUrls = new misc::SimpleVector <DilloUrl*> (1);