From: Robin Dunn Date: Mon, 27 Feb 2012 23:50:39 +0000 (+0000) Subject: Change the background style in the template file too. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c69612defca8bd794e1684d83d89245674fad061 Change the background style in the template file too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index ab713613a2..70f3646ae9 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -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);