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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user