diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 5ca11bb28c..db7426912e 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -1051,8 +1051,7 @@ void wxPropertyGrid::DoEndLabelEdit( bool commit, int selFlags ) // for the same property and the same label. if ( m_processedEvent && m_processedEvent->GetEventType() == wxEVT_PG_LABEL_EDIT_ENDING && - m_processedEvent->GetProperty() == prop && - m_processedEvent->GetColumn() == m_selColumn) + m_processedEvent->GetProperty() == prop ) { return; }