summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r--src/tabbar.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index 9b1ca66a..118bba45 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -362,6 +362,14 @@ void TabBar::tabRemoved(int index)
}
removeAnimation(index);
+ m_tabHighlightEffect->update();
+}
+
+
+void TabBar::tabInserted(int index)
+{
+ Q_UNUSED(index);
+ m_tabHighlightEffect->update();
}