summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab.c b/src/tab.c
index fe1096a..c295976 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -499,6 +499,8 @@ end_scrolling_tab_label(MqTab *tab)
tab->scrolling = FALSE;
gtk_widget_override_font(tab->tab_label, NULL);
+
+ update_tab_label(tab);
}
MqTab *