aboutsummaryrefslogtreecommitdiff
path: root/src/tool_text.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-23 21:29:39 +0000
committerThomas White <taw@bitwiz.org.uk>2011-12-23 21:29:39 +0000
commit34604c7fe4530c8a9b8510497de51367f550df99 (patch)
tree037d0e1b5e89f3e9faee26519f99aa2196162da3 /src/tool_text.c
parentddef8e592634d74571c2ff5df2b77fb100336fad (diff)
Fix a couple of slide role bugs
Diffstat (limited to 'src/tool_text.c')
-rw-r--r--src/tool_text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_text.c b/src/tool_text.c
index c45950d..e5e3dc3 100644
--- a/src/tool_text.c
+++ b/src/tool_text.c
@@ -683,6 +683,7 @@ static void create_default(struct presentation *p, struct style *sty,
n = add_text_object(s, 0.0, 0.0, sty, ti);
o = (struct text_object *)n;
o->furniture = 1;
+ n->empty = 0;
if ( sty->role != S_ROLE_NONE ) {
s->roles[sty->role] = n;