wxScrolledWindow::Scroll() no longer calls Refresh(). Adjusted listctrl to
this change. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -456,7 +456,8 @@ void wxScrolledWindow::Scroll( int x_pos, int y_pos )
|
||||
SetScrollPos( wxVERTICAL, m_yScrollPosition, TRUE );
|
||||
}
|
||||
|
||||
Refresh();
|
||||
// BAD, BAD, can cause event loops if called from OnPaint(). (KB)
|
||||
// Refresh();
|
||||
|
||||
#ifdef __WXMSW__
|
||||
// Necessary?
|
||||
|
Reference in New Issue
Block a user