aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 9e8a7d5..2c66adc 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1051,7 +1051,7 @@ static struct frame *create_frame(struct presentation *p, double x, double y,
fr = add_subframe(parent);
fr->sc = NULL;
- fr->style = find_style(p->ss, "Content");
+ fr->style = default_style(p->ss);
fr->lop_from_style = 0;
fr->lop.x = x;
fr->lop.y = y;