git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36600
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxRect r;
wxGridCellCoords coords1, coords2;
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 )
{
if ( m_selectionMode == wxGrid::wxGridSelectCells )
{
- while( ( n = m_cellSelection.GetCount() ) > 0)
+ while ( ( n = m_cellSelection.GetCount() ) > 0)
{
n--;
coords1 = m_cellSelection[n];
{
n--;
coords1 = m_cellSelection[n];
}
// deselect all blocks and update the screen
}
// deselect all blocks and update the screen
- while( ( n = m_blockSelectionTopLeft.GetCount() ) > 0)
+ while ( ( n = m_blockSelectionTopLeft.GetCount() ) > 0)
{
n--;
coords1 = m_blockSelectionTopLeft[n];
{
n--;
coords1 = m_blockSelectionTopLeft[n];
// deselect all rows and update the screen
if ( m_selectionMode != wxGrid::wxGridSelectColumns )
{
// deselect all rows and update the screen
if ( m_selectionMode != wxGrid::wxGridSelectColumns )
{
- while( ( n = m_rowSelection.GetCount() ) > 0)
+ while ( ( n = m_rowSelection.GetCount() ) > 0)
{
n--;
int row = m_rowSelection[n];
{
n--;
int row = m_rowSelection[n];
// deselect all columns and update the screen
if ( m_selectionMode != wxGrid::wxGridSelectRows )
{
// deselect all columns and update the screen
if ( m_selectionMode != wxGrid::wxGridSelectRows )
{
- while( ( n = m_colSelection.GetCount() ) > 0)
+ while ( ( n = m_colSelection.GetCount() ) > 0)
{
n--;
int col = m_colSelection[n];
{
n--;
int col = m_colSelection[n];