From 27fe9143ff02fad9b5d1375fc77b18e01d924b56 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 3 Jun 2008 20:39:55 +0000 Subject: [PATCH] explicitly setting BackgroundColor = 2 seems to prevent both HighlightColor and BackgroundColor = 1 (probably compiler issues) svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=816428 --- theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.h b/theme.h index 45252428a..8a6c0fc39 100644 --- a/theme.h +++ b/theme.h @@ -57,7 +57,7 @@ class PLASMA_EXPORT Theme : public QObject { TextColor = 0 /**< the text color to be used by items resting on the background */, HighlightColor = 1 /**< the text higlight color to be used by items resting on the background */, - BackgroundColor /**< the default background color */ + BackgroundColor = 2 /**< the default background color */ }; enum FontRole