aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 2ac039f..6416027 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -272,6 +272,7 @@ static gint start_slideshow_sig(GtkWidget *widget, struct presentation *p)
void notify_slide_changed(struct presentation *p)
{
p->editing_object = NULL;
+ update_toolbar(p);
gdk_window_invalidate_rect(p->drawingarea->window, NULL, FALSE);
if ( p->slideshow != NULL ) {