From: SourceForge.net <no...@so...> - 2005-07-12 23:31:53
|
Patches item #1237026, was opened at 2005-07-12 16:31 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=1237026&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::IsVisible() doesn't work with wxTR_HIDE_ROOT Initial Comment: I find that IsVisible() works by climbing up from the item to be tested making sure that each ancestor is expanded. However, when using the wxTR_HIDE_ROOT style, the root item is not visible/expanded so the test always fails. I added an extra test to make this work and have included a patch against the latest CVS (separate from my earlier patch). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1237026&group_id=51305 |