]> git.saurik.com Git - wxWidgets.git/commit - src/generic/listctrl.cpp
Fix assert in generic wxListCtrl icon view when using images.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 14:19:47 +0000 (14:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 14:19:47 +0000 (14:19 +0000)
commit7e132bdd475e64060c8c5744aa376420aa530bac
tree58f06ca140006bed01821897ed20bb16d2661a50
parentdabf7342ef439a6b6a83c561af415f8b5fceaad7
Fix assert in generic wxListCtrl icon view when using images.

Don't assume that the item image is a valid index in m_small_image_list as we
may be in icon view which doesn't use small images at all.

For now restrict this code to the report view mode as apparently the cached
line height is not supposed to be used in other modes even though it's not
clear whether this is really the case and so, perhaps, this code should also
be used when in small icons view mode.

Closes #13604.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/listctrl.cpp