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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user