git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54638
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxT("wxGrid::SetCellSize setting cell size to < 1"));
// if this was already a multicell then "turn off" the other cells first
wxT("wxGrid::SetCellSize setting cell size to < 1"));
// if this was already a multicell then "turn off" the other cells first
- if ((cell_rows > 1) || (cell_rows > 1))
+ if ((cell_rows > 1) || (cell_cols > 1))
{
int i, j;
for (j=row; j < row + cell_rows; j++)
{
int i, j;
for (j=row; j < row + cell_rows; j++)