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
This commit is contained in:
parent
e982ecd2e8
commit
27fe9143ff
2
theme.h
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user