]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
Added support for page tooltips to wxAuiNotebook.
[wxWidgets.git] / src / stc / stc.cpp
index 307321bb835dd6711b40d3bdab147008a335c36b..02e366969a7455e56eee90878b93dc82ffdc6d85 100644 (file)
@@ -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);