1. spin ctrl now generates char/key events
2. grid sets focus to the number editor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -717,6 +717,7 @@ void wxGridCellNumberEditor::BeginEdit(int row, int col, wxGrid* grid)
|
||||
if ( HasRange() )
|
||||
{
|
||||
Spin()->SetValue((int)m_valueOld);
|
||||
Spin()->SetFocus();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user