aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/text/e-text.c')
-rw-r--r--widgets/text/e-text.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index c77c5d5d9b..0638134281 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -1716,6 +1716,8 @@ e_text_reflow (GnomeCanvasItem *item, int flags)
(text->clip_height != -1 ? text->clip_height : text->height) > text->yofs_edit)
text->yofs_edit = e_font_height (text->font) * (i + 1) -
(text->clip_height != -1 ? text->clip_height : text->height);
+
+ gnome_canvas_item_request_update (item);
}
if ( text->needs_calc_height ) {
calc_height (text);