]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextstyles.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / richtext / richtextstyles.h
index b15ee9f94a793a1598d1c296389b68d9af943e65..104e1a0bdb656119c38ea4c714ea18c51abe307d 100644 (file)
@@ -253,6 +253,7 @@ public:
     wxRichTextStyleSheet(const wxRichTextStyleSheet& sheet)
     : wxObject()
     {
+               Init();
         Copy(sheet);
     }
     wxRichTextStyleSheet() { Init(); }
@@ -482,6 +483,7 @@ private:
     bool                    m_applyOnSelection; // if true, applies style on selection
     wxRichTextStyleType     m_styleType; // style type to display
     bool                    m_autoSetSelection;
+    wxArrayString           m_styleNames;
 };
 
 /*!