Move outline view rendering to GSThemeDrawing.m

This commit is contained in:
Gregory John Casamento 2023-04-17 17:11:01 -04:00
parent 00b9c4a41d
commit b692d62d50

View file

@ -78,7 +78,7 @@
@end
@interface NSTableView (Private)
- (NSUInteger) _numberOfRows;
- (NSInteger) _numberOfRows;
- (CGFloat *) _columnOrigins;
- (void) _willDisplayCell: (NSCell*)cell
forTableColumn: (NSTableColumn *)tb