typo fix for the branch too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-09-20 21:38:57 +00:00
parent 2bcf7f2fed
commit fa0e662ad9

View File

@@ -1584,7 +1584,7 @@ void wxGridCellStringRenderer::Draw(wxGrid& grid,
for (int j=row; j<row+cell_rows; j++)
{
// check w/ anchor cell for multicell block
grid.GetCellSize(row, i, &c_rows, &c_cols);
grid.GetCellSize(j, i, &c_rows, &c_cols);
if (c_rows > 0) c_rows = 0;
if (!grid.GetTable()->IsEmptyCell(row+c_rows, i))
{