diff --git a/interface/wx/richtext/richtextbuffer.h b/interface/wx/richtext/richtextbuffer.h index ae9554605b..a3858bf680 100644 --- a/interface/wx/richtext/richtextbuffer.h +++ b/interface/wx/richtext/richtextbuffer.h @@ -6404,6 +6404,10 @@ protected: // in a larger document #define wxRICHTEXT_HANDLER_CONVERT_FACENAMES 0x0100 +// Use CSS where possible in the HTML handler, otherwise use workarounds that will +// show in wxHtmlWindow. +#define wxRICHTEXT_HANDLER_USE_CSS 0x1000 + /** @class wxRichTextFileHandler