[wxPython] win32 wxTreeCtrl SortChildren()/SetItemImage () bug

well, after some tests I found that when a

tree.SetItemImage (item, image,
wxTreeItemIcon_Expanded/SelectedExpanded)

is issued on a win(2000) platform, the tree.SortChildren() function does
not work any more,
neither in my code nor in the demo (no PyData or GetItemText available).
I'm using wxPython 2.3.1

Solutions and comments?

Thanks

Alex

well, after some tests I found that when a

tree.SetItemImage (item, image,
wxTreeItemIcon_Expanded/SelectedExpanded)

is issued on a win(2000) platform, the tree.SortChildren() function does
not work any more,
neither in my code nor in the demo (no PyData or GetItemText available).
I'm using wxPython 2.3.1

Solutions and comments?

It works for me, so it may be something that has already been fixed for
2.3.2.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!