Pressing Spacebar now behaves the same as Enter in the generic control,
for consistency with the GTK+ control and native Windows list controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68931
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
switch ( event.GetKeyCode() )
{
case WXK_RETURN:
switch ( event.GetKeyCode() )
{
case WXK_RETURN:
{
wxDataViewEvent le(wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED,
parent->GetId());
{
wxDataViewEvent le(wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED,
parent->GetId());