aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2f5f274..a6a17d5 100644
--- a/src/tool_text.c
+++ b/src/tool_text.c
@@ -423,6 +423,7 @@ static void click_create(struct presentation *p, struct toolinfo *tip,
/* FIXME: Insert ESP here and possibly select a different style */
n = add_text_object(p->view_slide, x, y, p->ss->styles[0], ti);
+ update_text((struct text_object *)n);
p->editing_object = n;
}