From 294aa000d24b3fdf0e99a436f0064b7ebae62bc7 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 5 Mar 2012 18:24:38 +0100 Subject: Use proper colors for tabs Wyatt's patch. Thanks :) BUG:295236 --- src/tabbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabbar.cpp') diff --git a/src/tabbar.cpp b/src/tabbar.cpp index c079d54e..326d8647 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -450,7 +450,7 @@ void TabBar::resetTabHighlighted(int index) if (ReKonfig::animatedTabHighlighting()) removeAnimation(index); - setTabTextColor(index, palette().text().color()); + setTabTextColor(index, KColorScheme(QPalette::Active, KColorScheme::Window).foreground(KColorScheme::NormalText).color()); } -- cgit v1.2.1