projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f170f3
)
Found bug that skrewed up display wrt horizontal
author
Robert Roebling
<robert@roebling.de>
Mon, 13 Mar 2000 16:45:26 +0000
(16:45 +0000)
committer
Robert Roebling
<robert@roebling.de>
Mon, 13 Mar 2000 16:45:26 +0000
(16:45 +0000)
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
src/generic/listctrl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/listctrl.cpp
b/src/generic/listctrl.cpp
index bc36ba9125173e8e9d16f75628e7b9275d0972b0..90f95e61f752e5315ec1428b4aa4170df9c6934f 100644
(file)
--- a/
src/generic/listctrl.cpp
+++ b/
src/generic/listctrl.cpp
@@
-2154,6
+2154,7
@@
void wxListMainWindow::OnSize( wxSizeEvent &WXUNUSED(event) )
We don't even allow the wxScrolledWindow::AdjustScrollbars() call
*/
+ m_dirty = TRUE;
}
void wxListMainWindow::DrawImage( int index, wxDC *dc, int x, int y )