fixed spelling mistake in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -800,7 +800,7 @@ void wxGridSelection::ClearSelection()
|
||||
wxRect r;
|
||||
wxGridCellCoords coords1, coords2;
|
||||
|
||||
// deselect all invidiual cells and update the screen
|
||||
// deselect all individual cells and update the screen
|
||||
if ( m_selectionMode == wxGrid::wxGridSelectCells )
|
||||
{
|
||||
while ( ( n = m_cellSelection.GetCount() ) > 0)
|
||||
|
Reference in New Issue
Block a user