diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-10-29 19:03:43 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-10-29 19:03:43 +0100 |
commit | 2ca059af0e113cf167a848a9e43fa149c2c9f7bd (patch) | |
tree | f9fbb120defa9293c6494f2a95ad427a81e06a8d /src/html.cc | |
parent | faa12b128ac5e22aed81a1ca692ddc504b31bd10 (diff) |
pass Layout to StyleEngine
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index 391abfdb..6954ec9c 100644 --- a/src/html.cc +++ b/src/html.cc @@ -481,7 +481,7 @@ DilloHtml::DilloHtml(BrowserWindow *p_bw, const DilloUrl *url, stack->getRef(0)->current_bg_color = prefs.bg_color; stack->getRef(0)->hand_over_break = false; - styleEngine = new StyleEngine (); + styleEngine = new StyleEngine (HT2LT (this)); InFlags = IN_NONE; |