Final changes suggested by @fredkiefer and some small fixes before merge

This commit is contained in:
Gregory John Casamento 2024-06-16 20:52:06 -04:00
parent f9b89c41e6
commit cf7b9ebd39
4 changed files with 132 additions and 129 deletions

View file

@ -139,6 +139,8 @@ static NSImage *unexpandable = nil;
- (NSView *) _renderedViewForPath: (NSIndexPath *)path;
- (void) _setRenderedView: (NSView *)view forPath: (NSIndexPath *)path;
- (id) _prototypeCellViewFromTableColumn: (NSTableColumn *)tb;
- (void) _drawCellViewRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect;
@end
@implementation NSOutlineView
@ -956,9 +958,8 @@ static NSImage *unexpandable = nil;
{
if (_viewBased)
{
[[GSTheme theme] drawCellViewRow: rowIndex
clipRect: aRect
inView: self];
[self _drawCellViewRow: rowIndex
clipRect: aRect];
}
else
{