diff --git a/common/grid_tricks.cpp b/common/grid_tricks.cpp index df239a40c0..4b557087a2 100644 --- a/common/grid_tricks.cpp +++ b/common/grid_tricks.cpp @@ -170,7 +170,7 @@ void GRID_TRICKS::onGridCellLeftClick( wxGridEvent& aEvent ) // We only want to apply this to whole rows. If the grid allows selecting individual // cells, and the selection contains dijoint cells, skip this logic. - if( !m_grid->GetSelectedCells().IsEmpty() || !m_sel_row_count ) + if( !m_grid->GetSelectedCells().IsEmpty() || m_sel_row_count < 2 ) { // We preserved the selection in toggleCell above; so clear it now that we know // we aren't doing a multi-select edit