From cce1eb34d191949cec25440a36b2477f3b3a8fe5 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 15 Dec 2008 20:15:39 +0100 Subject: initialize wordStyle --- src/styleengine.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styleengine.cc') 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; } -- cgit v1.2.3