fixed setting value in spinctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,7 +74,7 @@ wxObject *wxSpinCtrlXmlHandler::DoCreateResource()
|
|||||||
{
|
{
|
||||||
wxSpinCtrl *control = new wxSpinCtrl(m_ParentAsWindow,
|
wxSpinCtrl *control = new wxSpinCtrl(m_ParentAsWindow,
|
||||||
GetID(),
|
GetID(),
|
||||||
GetText(_T("label")),
|
GetText(_T("value")),
|
||||||
GetPosition(), GetSize(),
|
GetPosition(), GetSize(),
|
||||||
GetStyle( _T("style"), wxSP_ARROW_KEYS ),
|
GetStyle( _T("style"), wxSP_ARROW_KEYS ),
|
||||||
GetLong( _T("min"), wxSP_DEFAULT_MIN),
|
GetLong( _T("min"), wxSP_DEFAULT_MIN),
|
||||||
|
Reference in New Issue
Block a user