don't access inexistent column in wxDataViewTreeCtrl::OnSize() (this bug also probabl...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Dec 2008 13:25:09 +0000 (13:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Dec 2008 13:25:09 +0000 (13:25 +0000)
commit4bfd0ed55289f57f549fad4d5b8a94aae133b3c4
tree72c88df6dff8918e65f0c3c4fe2e4b3c4b94a01c
parentb5e9cbb92d56a2bccf5ef65986727f1bdcd96328
don't access inexistent column in wxDataViewTreeCtrl::OnSize() (this bug also probably explains why this code doesn't actually work: size event is generated before we have any columns)

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