Patch from FN that fixes bug in RefreshItem on an item that has no
authorRobin Dunn <robin@alldunn.com>
Mon, 16 Apr 2007 18:59:00 +0000 (18:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 16 Apr 2007 18:59:00 +0000 (18:59 +0000)
commit7d36c6a8eb8b1a7d3f62087efa80d9075c5c5e5c
treecf8da95dbf1a49fc565185643356db9e39f90384
parent3a41827a6d027cf88c0eea380bd7a77fa50f8589
Patch from FN that fixes bug in RefreshItem on an item that has no
corresponding node in the tree yet (because its parent isn't expanded
yet) triggered an exception.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/TreeMixin.py
wxPython/tests/TreeMixinTest.py
wxPython/wx/lib/mixins/treemixin.py