aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-25 16:32:26 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-25 16:32:26 +0200
commit9c69e2d57a77e2a8c0cb1b0e1c2953abae8524fa (patch)
treeedfb65e98e9b67f5c0bfd9cc0bb881c8e8d66b7d /src/stylesheet.c
parente5a4d26dc7d17b158230c161a38479e5abe17fb5 (diff)
Set top style when fixing up
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 08acc9b..515d656 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -364,6 +364,9 @@ static void fixup_templates(struct slide *s, StyleSheet *ss)
break;
}
}
+
+ s->top->style = s->st->top_style;
+
}
}