From f81e0ed2cbccf2d9ffba4a93b5948f4cf46111d7 Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 1 Jul 2021 11:34:51 +0100 Subject: [PATCH] Annoying bug --- include/wx/richtext/richtextctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/richtext/richtextctrl.h b/include/wx/richtext/richtextctrl.h index 5701f6da43..ffc0adfbcf 100644 --- a/include/wx/richtext/richtextctrl.h +++ b/include/wx/richtext/richtextctrl.h @@ -25,7 +25,7 @@ #endif #if !defined(__WXGTK__) && !defined(__WXMAC__) -#define wxRICHTEXT_BUFFERED_PAINTING 1 +#define wxRICHTEXT_BUFFERED_PAINTING 0 #else #define wxRICHTEXT_BUFFERED_PAINTING 0 #endif