From: Stefan Neis Date: Fri, 20 Sep 2002 15:08:03 +0000 (+0000) Subject: Fixed some typos that occured in applying patch 606235. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ef4d6ce8e42ef63259bc798c5e98d01d6415d9d2 Fixed some typos that occured in applying patch 606235. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index 8e541e67f2..9e25988500 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -1581,12 +1581,12 @@ void wxGridCellStringRenderer::Draw(wxGrid& grid, for (int j=row; j 0) c_rows = 0; - if (grid.GetTable()->IsEmptyCell(row+c_rows, i)) + if (!grid.GetTable()->IsEmptyCell(j+c_rows, i)) { is_empty = FALSE; - break; + break; } } if (is_empty)