Added omitted variable copy

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-09-17 09:25:56 +00:00
parent 7fb2b1df3d
commit df72db91c4

View File

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