Switched off some buggy optimisation that caused caret positioning/drawn text mismatch.
Fixed defragmentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,7 +80,9 @@
|
||||
#define wxRICHTEXT_USE_OWN_CARET 0
|
||||
|
||||
// Switch off for binary compatibility, on for faster drawing
|
||||
#define wxRICHTEXT_USE_OPTIMIZED_LINE_DRAWING 1
|
||||
// Note: this seems to be buggy (overzealous use of extents) so
|
||||
// don't use for now
|
||||
#define wxRICHTEXT_USE_OPTIMIZED_LINE_DRAWING 0
|
||||
|
||||
/*!
|
||||
* Special characters
|
||||
|
Reference in New Issue
Block a user