disable Ubuntu "overlay scrollbar", see #14871

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2012-12-06 05:33:43 +00:00
parent 8edc3a43c7
commit e871f02a68

View File

@@ -288,6 +288,10 @@ bool wxApp::Initialize(int& argc_, wxChar **argv_)
if ( !wxAppBase::Initialize(argc_, argv_) )
return false;
// disable Ubuntu "overlay scrollbar" until we figure out how to keep it
// from messing up our window contents when scrolling, see ticket #14871
wxSetEnv(wxS("LIBOVERLAY_SCROLLBAR"), wxS("0"));
#if wxUSE_THREADS
if (!g_thread_supported())
{