Fixed yet another part of the typo fixed in 1.232.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2002-09-21 00:26:08 +00:00
parent e19f4ed3fa
commit d2121dd382

View File

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