diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tab-label.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-label.c b/src/tab-label.c index 46138eb..b6fd5b9 100644 --- a/src/tab-label.c +++ b/src/tab-label.c @@ -66,6 +66,7 @@ reload_tab_clicked_cb(GtkWidget G_GNUC_UNUSED *button, MqTabLabel *tab_label) static void close_clicked_cb(GtkWidget G_GNUC_UNUSED *button, MqTabLabel *tab_label) { + gtk_widget_hide(tab_label->popover); mq_tab_page_close(tab_label->tab_page); } |