mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Correctly refresh after adding an item at an index path
This commit is contained in:
parent
e6f86a5a9e
commit
9b481f10b3
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@
|
|||
|
||||
lastIndex = [indexPath indexAtPosition: length - 1];
|
||||
[children insertObject: object atIndex: lastIndex];
|
||||
[self rearrangeObjects];
|
||||
}
|
||||
|
||||
- (void) insertObjects: (NSArray*)objects atArrangedObjectIndexPaths: (NSArray*)indexPaths
|
||||
|
|
Loading…
Reference in a new issue