summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab.c b/src/tab.c
index f04dbaf..56dcc7e 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -31,6 +31,7 @@ static void
new_window_clicked_cb(GtkWidget __attribute__((unused)) *button, MqTab *tab)
{
mq_application_add_window(tab->application, NULL);
+ gtk_widget_hide(tab->popover);
}
static void