Found bug that skrewed up display wrt horizontal
scrolling of wxListCtrl. The selected area still seems wrong, though. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2154,6 +2154,7 @@ void wxListMainWindow::OnSize( wxSizeEvent &WXUNUSED(event) )
|
|||||||
We don't even allow the wxScrolledWindow::AdjustScrollbars() call
|
We don't even allow the wxScrolledWindow::AdjustScrollbars() call
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
m_dirty = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxListMainWindow::DrawImage( int index, wxDC *dc, int x, int y )
|
void wxListMainWindow::DrawImage( int index, wxDC *dc, int x, int y )
|
||||||
|
Reference in New Issue
Block a user