notebook: redraw arrows after closing a tab
https://bugzilla.gnome.org/show_bug.cgi?id=777547
This commit is contained in:
parent
5d7db3246e
commit
8caaba82cc
@ -5097,6 +5097,8 @@ gtk_notebook_real_remove (GtkNotebook *notebook,
|
|||||||
gtk_notebook_update_labels (notebook);
|
gtk_notebook_update_labels (notebook);
|
||||||
if (need_resize)
|
if (need_resize)
|
||||||
gtk_widget_queue_resize (GTK_WIDGET (notebook));
|
gtk_widget_queue_resize (GTK_WIDGET (notebook));
|
||||||
|
if (priv->scrollable)
|
||||||
|
gtk_notebook_redraw_arrows (notebook);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user