mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-06 10:53:42 +00:00
Missed a couple lines in tableview custom drawing because of a merge conflict.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user