diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-14 22:49:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-14 22:49:49 +0300 |
commit | 2d76c0c4a439a52a5beb1b5475c7c0dbb46482a0 (patch) | |
tree | bfdf5d4d21097b70611f3bcc4d6ad9066666c8de /src/gui/widgets/checkbox.h | |
parent | 41f47b3b0a9e0350b4955d4c05845eeca5143663 (diff) | |
download | plus-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.h | 2 |
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; |