Have to set focus to edit control when it is shown otherwise the

insertion point stays at the beginning of the text control under wxMotif.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Bedward 1999-10-06 08:23:29 +00:00
parent 13971833d8
commit e685e57bbd

View File

@ -2021,7 +2021,7 @@ void wxGrid::ShowCellEditControl()
break;
}
// m_cellEditCtrl->SetFocus();
m_cellEditCtrl->SetFocus();
}
}
}