mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
notebook: redraw arrows after closing a tab
Thanks to Daniel Boles for helping with a crash in an earlier version of this patch. https://bugzilla.gnome.org/show_bug.cgi?id=777547
This commit is contained in:
parent
059e50a512
commit
3905726627
@ -4950,6 +4950,8 @@ gtk_notebook_real_remove (GtkNotebook *notebook,
|
||||
gtk_notebook_update_labels (notebook);
|
||||
if (need_resize)
|
||||
gtk_widget_queue_resize (GTK_WIDGET (notebook));
|
||||
if (!destroying && priv->scrollable)
|
||||
gtk_notebook_redraw_arrows (notebook);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user