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
This commit is contained in:
Robert Roebling
2007-06-23 16:52:50 +00:00
parent c83062ceb2
commit 29127dcf8b

View File

@@ -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)