summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-14 22:49:49 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-14 22:49:49 +0300
commit2d76c0c4a439a52a5beb1b5475c7c0dbb46482a0 (patch)
treebfdf5d4d21097b70611f3bcc4d6ad9066666c8de /src/gui/widgets/checkbox.h
parent41f47b3b0a9e0350b4955d4c05845eeca5143663 (diff)
downloadplus-2d76c0c4a439a52a5beb1b5475c7c0dbb46482a0.tar.gz
plus-2d76c0c4a439a52a5beb1b5475c7c0dbb46482a0.tar.bz2
plus-2d76c0c4a439a52a5beb1b5475c7c0dbb46482a0.tar.xz
plus-2d76c0c4a439a52a5beb1b5475c7c0dbb46482a0.zip
Fix outline color issues.
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r--src/gui/widgets/checkbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h
index 408a52031..53e767787 100644
--- a/src/gui/widgets/checkbox.h
+++ b/src/gui/widgets/checkbox.h
@@ -86,7 +86,7 @@ class CheckBox final : public gcn::CheckBox,
void adjustSize();
private:
- gcn::Color mForegroundColor;
+ gcn::Color mForegroundColor2;
int mPadding;
int mImagePadding;
int mImageSize;