Do the same thing in Add{Columns,Rows}() as in CreateTable() to ensure the
proper cell creation.
Closes #15153,
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73878
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
cell->GetAttributes() = attr;
AppendChild(cell);
cell->GetAttributes() = attr;
AppendChild(cell);
+ cell->AddParagraph(wxEmptyString);
cell->GetAttributes() = attr;
AppendChild(cell);
cell->GetAttributes() = attr;
AppendChild(cell);
+ cell->AddParagraph(wxEmptyString);
if (startCol == m_colCount)
colArray.Add(cell);
if (startCol == m_colCount)
colArray.Add(cell);