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