From 9c69e2d57a77e2a8c0cb1b0e1c2953abae8524fa Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 25 Aug 2013 16:32:26 +0200 Subject: Set top style when fixing up --- src/stylesheet.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stylesheet.c') 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; + } } -- cgit v1.2.3