Don't take the previous paragraph style when deleting paragraph marker
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -197,6 +197,11 @@ class WXDLLIMPEXP_FWD_RICHTEXT wxRichTextBuffer;
|
||||
#define wxRICHTEXT_INSERT_WITH_PREVIOUS_PARAGRAPH_STYLE 0x01
|
||||
#define wxRICHTEXT_INSERT_INTERACTIVE 0x02
|
||||
|
||||
// A special flag telling the buffer to keep the first paragraph style
|
||||
// as-is, when deleting a paragraph marker. In future we might pass a
|
||||
// flag to InsertFragment and DeleteRange to indicate the appropriate mode.
|
||||
#define wxTEXT_ATTR_KEEP_FIRST_PARA_STYLE 0x10000000
|
||||
|
||||
/*!
|
||||
* wxRichTextFontTable
|
||||
* Manages quick access to a pool of fonts for rendering rich text
|
||||
|
Reference in New Issue
Block a user