aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableView.m')
-rw-r--r--Source/SPTableView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableView.m b/Source/SPTableView.m
index 801a528b..f52b44f5 100644
--- a/Source/SPTableView.m
+++ b/Source/SPTableView.m
@@ -52,7 +52,7 @@
return nil;
}
- [self selectRow:row byExtendingSelection:NO];
+ [self selectRowIndexes:[NSIndexSet indexSetWithIndex:row] byExtendingSelection:NO];
[[self window] makeFirstResponder:self];
}