aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-14 23:24:00 +0100
committerThomas White <taw@bitwiz.org.uk>2016-03-14 23:24:00 +0100
commit8d69fd3d476179768d9e13d79261c5a1a7cacda4 (patch)
treecc4ab748be126479be943eeb4d1854a045d5a6d8 /src/sc_interp.c
parentc900972b5752c6fd10ca01a5789dc969f2648811 (diff)
Fix frame creation
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r--src/sc_interp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 50a582b..9226c76 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -834,6 +834,8 @@ static int check_outputs(SCBlock *bl, SCInterpreter *scin)
return 1;
}
+ fr->fontdesc = sc_interp_get_fontdesc(scin);
+
parse_frame_options(fr, sc_interp_get_frame(scin),
options);