From 172af97063ea7b7eae20199c99ed9e7f3333ab24 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 26 May 2013 23:04:05 +0200 Subject: Add default style --- src/mainwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.c') 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; -- cgit v1.2.3