aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-26 23:04:05 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-26 23:04:05 +0200
commit172af97063ea7b7eae20199c99ed9e7f3333ab24 (patch)
tree9d5b4b2ad3d56d1941b21b1c7229ad99450d0665 /src/mainwindow.c
parent36a17f74e22a2d8406a98577caa73e16037980c7 (diff)
Add default style
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;