From 3e78c7a11125a1cf9bc633a81c2f8f9052f9ccc2 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 :) Backported from master... --- src/tabbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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