mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-18 08:31:28 +00:00
Fix for issue #820 (horizontal grid drawn incorrectly with no rows)
This commit is contained in:
committed by
Randall Luecke
parent
15356b617b
commit
4fc894e430
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user