win: ensure clear state when recreating tabs

This commit is contained in:
Boris Faure 2020-03-28 21:43:31 +01:00
parent d138086df2
commit 6b9a9d680f
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 2 additions and 0 deletions

View File

@ -5164,6 +5164,8 @@ _tabs_recreate(Tabs *tabs)
// this is all below just for tab bar at the top
if (term->config->show_tabs)
{
_tabbar_clear(term);
if (!term->tab_spacer)
{
term->tab_spacer = evas_object_rectangle_add(evas_object_evas_get(term->bg));