From ce9de939c75a94189b48e68be28953bae5c834ed Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 16 Oct 2013 18:19:19 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/richtext/richtextbuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/richtext/richtextbuffer.cpp b/src/richtext/richtextbuffer.cpp index 22cd5a96ba..bad11bf400 100644 --- a/src/richtext/richtextbuffer.cpp +++ b/src/richtext/richtextbuffer.cpp @@ -9423,7 +9423,7 @@ bool wxRichTextCell::AdjustAttributes(wxRichTextAttr& attr, wxRichTextDrawingCon } else { - wxRichTextCell* nextBottomCell = table->GetCell(col, nextRow); + wxRichTextCell* nextBottomCell = table->GetCell(nextRow, col); if (nextBottomCell->IsShown()) { adjacentCellBelow = nextBottomCell;