diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-15 20:15:39 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-15 20:15:39 +0100 |
commit | cce1eb34d191949cec25440a36b2477f3b3a8fe5 (patch) | |
tree | ca8f872b1bada7046d8164afccbf238074005d62 /src/styleengine.cc | |
parent | 1fc92576c6c97dc83d0869e6e9d76ae0be9b61ae (diff) |
initialize wordStyle
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index a4a59173..bd8d440b 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -39,6 +39,7 @@ StyleEngine::StyleEngine (dw::core::Layout *layout) { style_attrs.backgroundColor = Color::create (layout, 0xffffff); n->style = Style::create (layout, &style_attrs); + n->wordStyle = NULL; n->pseudo = NULL; } |