Add empty paragraph in wxRichTextTable::AddColumns() and AddRows().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Apr 2013 12:54:13 +0000 (12:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Apr 2013 12:54:13 +0000 (12:54 +0000)
commita9fd42ccebb2534cfd3910bc7108171f4ee6d54b
tree5396efa7e7241ff0061caa27a65fabec8c5d6943
parent67315c8bf9584d2dde61d13169c5a445f68f44c6
Add empty paragraph in wxRichTextTable::AddColumns() and AddRows().

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
src/richtext/richtextbuffer.cpp