mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-15 15:11:28 +00:00
Fixed: CPTableView editedRow returned the edited column, not the edited row.
This commit is contained in:
@@ -1168,7 +1168,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
|
||||
{
|
||||
if (!_editingCellIndex)
|
||||
return -1;
|
||||
return _editingCellIndex.x;
|
||||
return _editingCellIndex.y;
|
||||
}
|
||||
|
||||
//Setting Auxiliary Views
|
||||
|
||||
Reference in New Issue
Block a user