diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:56:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:56:48 +0300 |
commit | a2c2444d9eb4b43fb73339ae1cc3b7464f33409e (patch) | |
tree | 44ff07e2fed8af0273f899de5dfaf11f0dbf3fb5 /src/gui/widgets/listbox.h | |
parent | 2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32 (diff) | |
download | plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.gz plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.bz2 plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.xz plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.zip |
add outline color to listbox.
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r-- | src/gui/widgets/listbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index 8296d90e4..ea48c6f16 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -91,7 +91,9 @@ class ListBox : public gcn::ListBox, protected: gcn::Color mHighlightColor; + gcn::Color mForegroundColor2; gcn::Color mForegroundSelectedColor; + gcn::Color mForegroundSelectedColor2; bool mDistributeMousePressed; int mOldSelected; int mPadding; |