diff options
Diffstat (limited to 'Source/SPTableView.m')
-rw-r--r-- | Source/SPTableView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableView.m b/Source/SPTableView.m index a338d506..46f491ad 100644 --- a/Source/SPTableView.m +++ b/Source/SPTableView.m @@ -32,7 +32,6 @@ */ - (NSMenu *)menuForEvent:(NSEvent *)event { - // If more than one row is selected only returns the default contextual menu if([self numberOfSelectedRows] > 1) return [self menu]; @@ -43,6 +42,7 @@ [self selectRow:row byExtendingSelection:NO]; [[self window] makeFirstResponder:self]; } + return [self menu]; } |