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