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:
parent
9a456218de
commit
d45906e0a7
@ -331,7 +331,7 @@ void wxSpinCtrl::SetTextValue(int val)
|
||||
m_text->SetSelection(0, -1);
|
||||
|
||||
// and give focus to the control!
|
||||
m_text->SetFocus();
|
||||
// m_text->SetFocus(); Why???? TODO.
|
||||
}
|
||||
|
||||
void wxSpinCtrl::SetValue(int val)
|
||||
|
Loading…
Reference in New Issue
Block a user