Typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e23af7f0e9
commit
ce9de939c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user