From 29127dcf8b81f0966a7352303e08a06b6f27e777 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 23 Jun 2007 16:52:50 +0000 Subject: [PATCH] Remove Update() from ScrollWindow() again as this has been taken care of by the same call in wxScrollHelper. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/window.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 60ea58bdad..8ce99d18b2 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -4243,8 +4243,6 @@ void wxWindowGTK::ScrollWindow( int dx, int dy, const wxRect* WXUNUSED(rect) ) // No scrolling requested. if ((dx == 0) && (dy == 0)) return; - Update(); - m_clipPaintRegion = true; if (GetLayoutDirection() == wxLayout_RightToLeft)