diff --git a/src/generic/gridsel.cpp b/src/generic/gridsel.cpp index 4ab51f784d..abb25a06a6 100644 --- a/src/generic/gridsel.cpp +++ b/src/generic/gridsel.cpp @@ -526,7 +526,7 @@ bool wxGridSelection::ExtendCurrentBlock(const wxGridCellCoords& blockStart, // block to non-selected current cell. if ( !IsInSelection(m_grid->GetGridCursorCoords()) ) { - SelectBlock(blockStart, blockEnd); + SelectBlock(blockStart, blockEnd, kbd, eventType); return true; }