Fixed: CPTableView editedRow returned the edited column, not the edited row.

This commit is contained in:
Alexander Ljungberg
2010-09-10 20:26:01 -04:00
parent f2f737fcd3
commit cc7d50f505
+1 -1
View File
@@ -1168,7 +1168,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
{
if (!_editingCellIndex)
return -1;
return _editingCellIndex.x;
return _editingCellIndex.y;
}
//Setting Auxiliary Views