Files
Phoenix/wx
cbeytas 87b100649e Fix exception when no selection in HyperTreeList
If a HyperTreeList is created with only the root item present, and not
selected, an exception will be thrown if any key is pressed.
GetFirstVisibleItem() returns None, even though the root item is
present and visible. Only an issue if the TR_MULTIPLE flag is set.
2018-11-21 14:16:50 -05:00
..