Added omitted variable copy

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-09-17 09:26:08 +00:00
parent cec713c729
commit b78b6e887e

View File

@@ -688,6 +688,7 @@ void wxRichTextParagraphLayoutBox::Copy(const wxRichTextParagraphLayoutBox& obj)
wxRichTextBox::Copy(obj); wxRichTextBox::Copy(obj);
m_partialParagraph = obj.m_partialParagraph; m_partialParagraph = obj.m_partialParagraph;
m_defaultAttributes = obj.m_defaultAttributes;
} }
/// Get/set the size for the given range. /// Get/set the size for the given range.