aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.c')
-rw-r--r--libstorycode/gtk/gtknarrativeview.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.c b/libstorycode/gtk/gtknarrativeview.c
index 2425092..427b637 100644
--- a/libstorycode/gtk/gtknarrativeview.c
+++ b/libstorycode/gtk/gtknarrativeview.c
@@ -1228,6 +1228,7 @@ void gtk_narrative_view_add_slide_at_cursor(GtkNarrativeView *e)
extern void gtk_narrative_view_redraw(GtkNarrativeView *e)
{
+ rewrap_range(e, 0, e->n->n_items);
emit_change_sig(e);
redraw(e);
}