billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=6b9a9d680f5e7e61086a85ad55f835805b09e471

commit 6b9a9d680f5e7e61086a85ad55f835805b09e471
Author: Boris Faure <[email protected]>
Date:   Sat Mar 28 21:43:31 2020 +0100

    win: ensure clear state when recreating tabs
---
 src/bin/win.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/win.c b/src/bin/win.c
index fc14b28..678ef8a 100644
--- a/src/bin/win.c
+++ b/src/bin/win.c
@@ -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));

-- 


Reply via email to