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:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user