X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b296009869b608b12f415decd86c49bf5799a140..edb31724bcbba7bec4a66bb998340ac1ae848779:/src/propgrid/propgrid.cpp diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 947380709f..f79faf1af2 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -3906,8 +3906,7 @@ private: // 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