diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 744284bdc..6eaf41c47 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -1561,8 +1561,9 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5; UPDATE_COLUMN_RANGES_IF_NECESSARY(); var range = _tableColumnRanges[aColumnIndex]; + var spacing = _intercellSpacing.width || 1; - return _CGRectMake(range.location, 0.0, range.length, _CGRectGetHeight([self bounds])); + return _CGRectMake(range.location + spacing, 0.0, range.length - (2 * spacing), _CGRectGetHeight([self bounds])); } // Complexity: