From 4672d4cbf51156d3225110aa9bf47703df68fe49 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Jul 2013 23:17:09 +0300 Subject: move bools in textfield. --- src/gui/widgets/textfield.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui/widgets/textfield.h') diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h index 5e1553acd..8990730ba 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.h @@ -140,18 +140,18 @@ class TextField : public gcn::TextField, static Skin *mSkin; private: + const gcn::Color *mCaretColor; + gcn::Color mForegroundColor2; + PopupMenu *mPopupMenu; static int instances; static float mAlpha; static ImageRect skin; - bool mNumeric; int mMinimum; - unsigned mMaximum; - bool mLoseFocusOnTab; + unsigned int mMaximum; int mLastEventPaste; int mPadding; - const gcn::Color *mCaretColor; - gcn::Color mForegroundColor2; - PopupMenu *mPopupMenu; + bool mNumeric; + bool mLoseFocusOnTab; }; #endif // GUI_WIDGETS_TEXTFIELD_H -- cgit v1.2.3-60-g2f50