Switch to the standard macros in _resizeAllColumnUniformlyWithOldSize as originally intended by Randy Luecke.

This commit is contained in:
Alexander Ljungberg
2010-08-02 12:40:34 -04:00
committed by Aparajita Fishman
parent efa2d30737
commit a35a67e7f7
+2 -3
View File
@@ -1500,10 +1500,9 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
var superviewSize = [superview bounds].size;
if (_dirtyTableColumnRangeIndex !== CPNotFound)
[self _recalculateTableColumnRanges];//UPDATE_COLUMN_RANGES_IF_NECESSARY();
UPDATE_COLUMN_RANGES_IF_NECESSARY();
var count = _tableColumns.length,//NUMBER_OF_COLUMNS(),
var count = NUMBER_OF_COLUMNS(),
visColumns = [[CPArray alloc] init],
buffer = 0.0;