diff options
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r-- | src/gui/widgets/checkbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index a18079bed..408a52031 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.h @@ -86,12 +86,12 @@ class CheckBox final : public gcn::CheckBox, void adjustSize(); private: - bool mHasMouse; + gcn::Color mForegroundColor; int mPadding; int mImagePadding; int mImageSize; int mSpacing; - gcn::Color mForegroundColor; + bool mHasMouse; static int instances; static Skin *mSkin; |