diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-08-25 16:32:26 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-08-25 16:32:26 +0200 |
commit | 9c69e2d57a77e2a8c0cb1b0e1c2953abae8524fa (patch) | |
tree | edfb65e98e9b67f5c0bfd9cc0bb881c8e8d66b7d /src | |
parent | e5a4d26dc7d17b158230c161a38479e5abe17fb5 (diff) |
Set top style when fixing up
Diffstat (limited to 'src')
-rw-r--r-- | src/stylesheet.c | 3 |
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; + } } |