Added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler to use CSS
where possible. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
|
||||
#include "wx/richtext/richtextbuffer.h"
|
||||
|
||||
// Use CSS styles where applicable, otherwise use non-CSS workarounds
|
||||
#define wxRICHTEXT_HANDLER_USE_CSS 0x1000
|
||||
|
||||
/*!
|
||||
* wxRichTextHTMLHandler
|
||||
*/
|
||||
|
Reference in New Issue
Block a user