[wxPython-users] Bug in wx.TreeListCtrl.DeleteChildren?
Robin Dunn
robin at alldunn.com
Mon Dec 10 10:26:39 PST 2007
Frank Niessink wrote:
> But m_curItem may point to a deleted item with a crash as result.
>
> Correct analysis?
Yes, it looks correct to me. So do you think that m_curItem should
also be set to NULL in wxTreeListItem::DeleteChildren if there is a
matching child being deleted, or does it always need to point to a valid
item?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list