mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
Inline the frame update
This commit is contained in:
parent
73759407bb
commit
330599e248
1 changed files with 1 additions and 6 deletions
|
@ -1759,11 +1759,6 @@ static NSString *_placeholderItem = nil;
|
|||
_indexPathsToItems = RETAIN([NSMapTable strongToStrongObjectsMapTable]);
|
||||
}
|
||||
|
||||
- (void) _setFrameWithoutTile: (NSRect)f
|
||||
{
|
||||
_frame = f;
|
||||
}
|
||||
|
||||
- (void) _updateParentViewFrame
|
||||
{
|
||||
NSEnumerator *oe = [_itemsToAttributes objectEnumerator];
|
||||
|
@ -1792,7 +1787,7 @@ static NSString *_placeholderItem = nil;
|
|||
}
|
||||
|
||||
cf.size = ps;
|
||||
[self _setFrameWithoutTile: cf];
|
||||
_frame = cf;
|
||||
}
|
||||
|
||||
- (void) reloadData
|
||||
|
|
Loading…
Reference in a new issue