From b14dd921c74c1543d1cd75602d6666f32df518ca Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Jul 2013 23:51:38 +0300 Subject: move bools in checkbox. --- src/gui/widgets/checkbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/checkbox.h') 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; -- cgit v1.2.3-60-g2f50