Move method back, eliminate possible duplicate call to render outline cell, changes suggested by review with @fredkiefer

This commit is contained in:
Gregory John Casamento 2024-06-16 16:25:00 -04:00
parent f8fca4e162
commit 77bf2f823b
3 changed files with 77 additions and 86 deletions

View file

@ -1346,6 +1346,12 @@ APPKIT_EXPORT_CLASS
clipRect: (NSRect)clipRect
inView: (NSTableView *)v;
- (NSRect) drawOutlineCell: (NSTableColumn *)tb
outlineView: (NSOutlineView *)outlineView
item: (id)item
drawingRect: (NSRect)inputRect
rowIndex: (NSInteger)rowIndex;
- (void) drawOutlineViewRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect
inView: (NSOutlineView *)view;