Add selection logic for computing indexPaths

This commit is contained in:
Gregory John Casamento 2024-07-19 08:04:13 -04:00
parent c68c459584
commit cd41f301a8
5 changed files with 66 additions and 6 deletions

View file

@ -44,7 +44,7 @@ APPKIT_EXPORT_CLASS
NSMapTable *_itemDict;
NSMutableArray *_items;
NSMutableArray *_expandedItems;
NSMutableArray *_selectedItems; /* No longer in use */
NSMutableArray *_selectedIndexPaths;
NSMapTable *_levelOfItems;
BOOL _autoResizesOutlineColumn;
BOOL _indentationMarkerFollowsCell;