git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73136
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( !wxAppBase::Initialize(argc_, argv_) )
return false;
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())
{
#if wxUSE_THREADS
if (!g_thread_supported())
{