diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 5429637304..64c72ae52c 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -1080,8 +1080,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; }