From: SourceForge.net <no...@so...> - 2005-07-12 17:35:52
|
Patches item #1236865, was opened at 2005-07-12 10:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1236865&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Carl Godkin (cgodkin) Assigned to: Nobody/Anonymous (nobody) Summary: wxTreeListCtrl::FindItem bug Initial Comment: FindItem goes into an infinite loop when searching for a non-existent item from the root item (i.e., first argument is RootItem) when wxTR_HIDE_ROOT is used. I fixed the problem (I think) by making a couple of minor changes treelistctrl.cpp. I'm attaching a patch against the latest CVS version made with diff -bu2 treelistctrl.cpp.bak treelistctrl.cpp > treelistctrl.patch ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1236865&group_id=51305 |