Missed a couple lines in tableview custom drawing because of a merge conflict.

This commit is contained in:
Randall Luecke
2010-08-16 15:10:29 -05:00
parent 6e796d7a22
commit 88408fc0ea
+3
View File
@@ -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