git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2013-10-16 18:19:19 +00:00
parent e23af7f0e9
commit ce9de939c7

View File

@@ -9423,7 +9423,7 @@ bool wxRichTextCell::AdjustAttributes(wxRichTextAttr& attr, wxRichTextDrawingCon
} }
else else
{ {
wxRichTextCell* nextBottomCell = table->GetCell(col, nextRow); wxRichTextCell* nextBottomCell = table->GetCell(nextRow, col);
if (nextBottomCell->IsShown()) if (nextBottomCell->IsShown())
{ {
adjacentCellBelow = nextBottomCell; adjacentCellBelow = nextBottomCell;