Fix for issue #820 (horizontal grid drawn incorrectly with no rows)

This commit is contained in:
Aparajita Fishman
2010-08-11 16:58:05 -05:00
committed by Randall Luecke
parent 15356b617b
commit 4fc894e430
+1 -1
View File
@@ -2568,7 +2568,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
var exposedRows = [self rowsInRect:aRect];
row = exposedRows.location,
lastRow = CPMaxRange(exposedRows) - 1,
rowY = 0.0,
rowY = -0.5,
minX = _CGRectGetMinX(aRect),
maxX = _CGRectGetMaxX(aRect);