don't call EnsureVisible(tree->GetRootItem()) for a tree with hidden root, this crash...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Aug 2006 22:21:11 +0000 (22:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Aug 2006 22:21:11 +0000 (22:21 +0000)
commit23c2b62bb4ff8559472e63839a62b30e8d073359
treed08c3dceff8b7287c03777375a458481e4859146
parent1481968400c94128642815b6871724f118141cbc
don't call EnsureVisible(tree->GetRootItem()) for a tree with hidden root, this crashes under MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/widgets.cpp