// Always skip
event.Skip();
- if ( m_propGrid->HandleCustomEditorEvent(event) )
- return true;
+ m_propGrid->HandleCustomEditorEvent(event);
//
// NB: We should return true if the event was recognized as
wxPGProperty* p = selected;
+ if ( action == wxPG_ACTION_EDIT && !editorFocused )
+ {
+ DoSelectProperty( p, wxPG_SEL_FOCUS );
+ wasHandled = true;
+ }
+
// Travel and expand/collapse
int selectDir = -2;