diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-24 22:32:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-24 22:32:04 +0300 |
commit | 4e95f451a793dbac5dbc31361cdc5049de48c3cc (patch) | |
tree | 02a1cc506638edd2deb2074abd97330a74435c3a /src/gui/widgets/listbox.h | |
parent | 22e4c80cc35e552ef39639a874f3c54f11fde747 (diff) | |
download | plus-4e95f451a793dbac5dbc31361cdc5049de48c3cc.tar.gz plus-4e95f451a793dbac5dbc31361cdc5049de48c3cc.tar.bz2 plus-4e95f451a793dbac5dbc31361cdc5049de48c3cc.tar.xz plus-4e95f451a793dbac5dbc31361cdc5049de48c3cc.zip |
Add color for selected text in listboxes.
New theme color:
LISTBOX_SELECTED
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r-- | src/gui/widgets/listbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index 442840a29..36f48e7b7 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -89,6 +89,7 @@ class ListBox : public gcn::ListBox, protected: gcn::Color mHighlightColor; + gcn::Color mForegroundSelectedColor; bool mDistributeMousePressed; int mOldSelected; int mPadding; |