notebook: redraw arrows after closing a tab
authorMichael Catanzaro <mcatanzaro@gnome.org>
Sat, 21 Jan 2017 02:19:56 +0000 (20:19 -0600)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Tue, 24 Jan 2017 14:32:53 +0000 (08:32 -0600)
https://bugzilla.gnome.org/show_bug.cgi?id=777547

gtk/gtknotebook.c

index cc0cae0ae07f09a25dd2fceebe758a34281b999b..18c1cf0ca81800eb88294132a15f492edd52243b 100644 (file)
@@ -5097,6 +5097,8 @@ gtk_notebook_real_remove (GtkNotebook *notebook,
   gtk_notebook_update_labels (notebook);
   if (need_resize)
     gtk_widget_queue_resize (GTK_WIDGET (notebook));
+  if (priv->scrollable)
+    gtk_notebook_redraw_arrows (notebook);
 }
 
 static void