don't skip the event in wxGridCellEditorEvtHandler::OnKillFocus() to fix crashes...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Feb 2009 16:43:10 +0000 (16:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Feb 2009 16:43:10 +0000 (16:43 +0000)
commitb5f3d8e93431a2d38dda003400163d431a643b05
tree8ac69e7747499eadfa2dcafa6c9cc6409fa2c947
parent6918257d406e82e5a8b0fb8f4f45f105c9392cdd
don't skip the event in wxGridCellEditorEvtHandler::OnKillFocus() to fix crashes which happen if the control receiving this event gets deleted from it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grideditors.cpp