Fix for #15716: wxRichTextCompositeObject::Dump() should also dump the object itself?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1601,6 +1601,8 @@ bool wxRichTextCompositeObject::Defragment(wxRichTextDrawingContext& context, co
|
|||||||
/// Dump to output stream for debugging
|
/// Dump to output stream for debugging
|
||||||
void wxRichTextCompositeObject::Dump(wxTextOutputStream& stream)
|
void wxRichTextCompositeObject::Dump(wxTextOutputStream& stream)
|
||||||
{
|
{
|
||||||
|
wxRichTextObject::Dump(stream);
|
||||||
|
|
||||||
wxRichTextObjectList::compatibility_iterator node = m_children.GetFirst();
|
wxRichTextObjectList::compatibility_iterator node = m_children.GetFirst();
|
||||||
while (node)
|
while (node)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user