git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5846
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
case WXK_RIGHT:
case WXK_PRIOR:
case WXK_NEXT:
case WXK_RIGHT:
case WXK_PRIOR:
case WXK_NEXT:
if ( m_isCellControl )
{
// send the event to the parent grid, skipping the
if ( m_isCellControl )
{
// send the event to the parent grid, skipping the
MoveCursorRight();
}
break;
MoveCursorRight();
}
break;
+
+ case WXK_SPACE:
+ if ( !IsEditable() )
+ {
+ MoveCursorRight();
+ }
+ else
+ {
+ event.Skip()
+ }
case WXK_RETURN:
if ( event.ControlDown() )
case WXK_RETURN:
if ( event.ControlDown() )