mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Fixed: CPTableView deselectRow: changed the column selection rather than the row selection.
This commit is contained in:
committed by
Ross Boucher
parent
c8575cac05
commit
ac3d035ce7
@@ -858,7 +858,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
|
||||
{
|
||||
var selectedRowIndexes = [_selectedRowIndexes copy];
|
||||
[selectedRowIndexes removeIndex:aRow];
|
||||
[self selectColumnIndexes:selectedRowIndexes byExtendingSelection:NO];
|
||||
[self selectRowIndexes:selectedRowIndexes byExtendingSelection:NO];
|
||||
[self _noteSelectionDidChange];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user