summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-06 12:51:53 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-06 12:51:53 +0300
commitf02ad41aacd14b0c5f53fb01fe833c42b81f8d63 (patch)
tree16b2fff2cd57591d7c39e7b6861c7445bb8375c4 /src/gui/widgets/dropdown.h
parentee13b712f0c9a285baf7a43e6d58b367dd6145f1 (diff)
downloadplus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.gz
plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.bz2
plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.xz
plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.zip
add outline color in dropdown.
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r--src/gui/widgets/dropdown.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h
index a145d708c..ae74e571d 100644
--- a/src/gui/widgets/dropdown.h
+++ b/src/gui/widgets/dropdown.h
@@ -153,6 +153,7 @@ class DropDown final : public gcn::ActionListener,
int mPadding;
int mImagePadding;
int mSpacing;
+ gcn::Color mForegroundColor2;
bool mDroppedDown;
bool mPushed;