X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9425a21c331bc3a94e6a4db4c9671fadbc212b64..11527fc9f0e2aa8bea57c3c2ea361823991667b8:/src/stc/stc.cpp diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index 307321bb83..02e366969a 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -210,7 +210,7 @@ bool wxStyledTextCtrl::Create(wxWindow *parent, SetInitialSize(size); // Reduces flicker on GTK+/X11 - SetBackgroundStyle(wxBG_STYLE_CUSTOM); + SetBackgroundStyle(wxBG_STYLE_PAINT); // Make sure it can take the focus SetCanFocus(true);