fixed refresh problem after adding some items and calling Ensurevisible()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4058,8 +4058,6 @@ void wxListMainWindow::EnsureVisible( long index )
|
||||
// been added and its position is not known yet
|
||||
if ( m_dirty )
|
||||
{
|
||||
m_dirty = FALSE;
|
||||
|
||||
RecalculatePositions(TRUE /* no refresh */);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user