aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/styleengine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index f5994b7d..2c7b1d7a 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -70,7 +70,7 @@ void StyleEngine::stackPush () {
static const Node emptyNode = {
NULL, NULL, NULL, NULL, NULL, NULL, false, NULL
};
-
+
stack->setSize (stack->size () + 1, emptyNode);
}