mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Add value/setValue:
This commit is contained in:
parent
435ccfb2c7
commit
fdb35eb869
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue