Inline the frame update

This commit is contained in:
Gregory John Casamento 2023-02-04 11:37:36 -05:00
parent 73759407bb
commit 330599e248

View file

@ -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