wxSPinCtrl no longer set focus to its text field

when setting a value.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-05-23 17:53:44 +00:00
parent 9a456218de
commit d45906e0a7

View File

@@ -331,7 +331,7 @@ void wxSpinCtrl::SetTextValue(int val)
m_text->SetSelection(0, -1); m_text->SetSelection(0, -1);
// and give focus to the control! // and give focus to the control!
m_text->SetFocus(); // m_text->SetFocus(); Why???? TODO.
} }
void wxSpinCtrl::SetValue(int val) void wxSpinCtrl::SetValue(int val)