diff --git a/src/qt/spinctrl.cpp b/src/qt/spinctrl.cpp index ee0b1e670d..e7cdeddff7 100644 --- a/src/qt/spinctrl.cpp +++ b/src/qt/spinctrl.cpp @@ -42,8 +42,8 @@ bool wxSpinCtrlQt< T, Widget >::Create( wxWindow *parent, wxWindowID id, m_qtSpinBox->setAccelerated(true); // to match gtk behavior - SetValue( initial ); SetRange( min, max ); + SetValue( initial ); SetIncrement( inc ); if ( !value.IsEmpty() )