Add missing wxRICHTEXT_HANDLER_USE_CSS

This commit is contained in:
Robin Dunn
2020-07-08 16:38:02 -07:00
parent 5e7e89de16
commit 4c0288435b

View File

@@ -6404,6 +6404,10 @@ protected:
// in a larger document // in a larger document
#define wxRICHTEXT_HANDLER_CONVERT_FACENAMES 0x0100 #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 @class wxRichTextFileHandler