diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 1b35d6c75..bc1bc6f2b 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -2472,6 +2472,9 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5; [self drawBackgroundInClipRect:exposedRect]; [self drawGridInClipRect:exposedRect]; [self highlightSelectionInClipRect:exposedRect]; + + if (_implementsCustomDrawRow) + [self _drawRows:_exposedRows clipRect:exposedRect]; } - (void)drawBackgroundInClipRect:(CGRect)aRect