X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e871f02a6874dc6704c8ea70fc6e8c28dae9182e..dfb39a3727a85d0e075b10d9a9388be514d2f8e1:/src/gtk/app.cpp?ds=sidebyside diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index 7aba0eab72..2bd616a4ba 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -2,7 +2,6 @@ // Name: src/gtk/app.cpp // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -288,10 +287,6 @@ 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()) {