[gtk+] notebook: redraw arrows after closing a tab
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] notebook: redraw arrows after closing a tab
- Date: Tue, 24 Jan 2017 14:33:50 +0000 (UTC)
commit 218beb2ef49d407b547047693605328c10d4877d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Jan 20 20:19:56 2017 -0600
notebook: redraw arrows after closing a tab
https://bugzilla.gnome.org/show_bug.cgi?id=777547
gtk/gtknotebook.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 0afa5cb..2d9a06f 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -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 (priv->scrollable)
+ gtk_notebook_redraw_arrows (notebook);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]