Add value/setValue:

This commit is contained in:
Gregory John Casamento 2024-07-06 23:06:26 -04:00
parent 435ccfb2c7
commit fdb35eb869

View file

@ -2139,7 +2139,7 @@ Also returns the child index relative to this parent. */
* file system would try to traverse every file/directory on -reloadData.
*/
if (startitem == nil
|| ([self isExpandable: startitem] // [_dataSource outlineView: self isItemExpandable: startitem])
|| ([self isExpandable: startitem]
&& [self isItemExpanded: startitem]))
{
num = [_dataSource outlineView: self
@ -2441,9 +2441,4 @@ Also returns the child index relative to this parent. */
[autoExpanded removeAllObjects];
}
- (void) awakeFromNib
{
[self reloadData];
}
@end