summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-06 01:08:57 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-06 01:08:57 +0300
commit0ea8c99f68bf6af25776914af324cb1c7632bc54 (patch)
treeb4528c16b9018c5f5caf9c7c89888e79e132acdd /src/gui/widgets/checkbox.h
parent55924e43101deef978c6f73ed5a4da63fcb58705 (diff)
downloadplus-0ea8c99f68bf6af25776914af324cb1c7632bc54.tar.gz
plus-0ea8c99f68bf6af25776914af324cb1c7632bc54.tar.bz2
plus-0ea8c99f68bf6af25776914af324cb1c7632bc54.tar.xz
plus-0ea8c99f68bf6af25776914af324cb1c7632bc54.zip
add outline color in checbox class.
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r--src/gui/widgets/checkbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h
index 626d1ebe3..c6701f52a 100644
--- a/src/gui/widgets/checkbox.h
+++ b/src/gui/widgets/checkbox.h
@@ -91,6 +91,7 @@ class CheckBox final : public gcn::CheckBox,
int mImagePadding;
int mImageSize;
int mSpacing;
+ gcn::Color mForegroundColor;
static int instances;
static Skin *mSkin;