aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
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;
+
}
}