diff options
author | Sebastian Geerken <devnull@localhost> | 2012-12-07 22:09:35 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-12-07 22:09:35 +0100 |
commit | 3b200df73761c2e50f5cd06255db191a07cd2942 (patch) | |
tree | f5a25d5a8f0fb74872b173b310bd2697e2602ccd /src/styleengine.cc | |
parent | 67421929c5ef216b175399f8df54f40f9058ecbf (diff) | |
parent | a6a78074bfe343a3e2362247131ac0c69521a245 (diff) |
Merge with <http://hg.dillo.org/dillo>.
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 8aa8cdc3..5407408f 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -49,7 +49,7 @@ StyleEngine::StyleEngine (dw::core::Layout *layout) { style_attrs.initValues (); style_attrs.font = Font::create (layout, &font_attrs); style_attrs.color = Color::create (layout, 0); - style_attrs.backgroundColor = Color::create (layout, 0xffffff); + style_attrs.backgroundColor = Color::create (layout, prefs.bg_color); n->style = Style::create (&style_attrs); } |