diff options
Diffstat (limited to 'Source/SPOutlineView.m')
-rw-r--r-- | Source/SPOutlineView.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPOutlineView.m b/Source/SPOutlineView.m index cfbb0cc2..8eb55630 100644 --- a/Source/SPOutlineView.m +++ b/Source/SPOutlineView.m @@ -33,8 +33,8 @@ - (void)keyDown:(NSEvent *)theEvent { - if ([self numberOfSelectedRows] == 1 && ([theEvent keyCode] == 36 || [theEvent keyCode] == 76)) - { + if ([self numberOfSelectedRows] == 1 && ([theEvent keyCode] == 36 || [theEvent keyCode] == 76)) { + [self editColumn:0 row:[self selectedRow] withEvent:nil select:YES]; } else { |