Revert "notebook: redraw arrows after closing a tab"

This reverts commit 218beb2ef4.
This commit is contained in:
Michael Catanzaro 2017-01-27 08:54:24 -06:00
parent 4ebf98f440
commit 03c026e6b6

View File

@ -4950,8 +4950,6 @@ 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