diff --git a/Source/NSMatrix.m b/Source/NSMatrix.m index 25456e1f2..afc36d2a3 100644 --- a/Source/NSMatrix.m +++ b/Source/NSMatrix.m @@ -2395,6 +2395,8 @@ static SEL getSel = @selector(objectAtIndex:); // TODO // Selecting (not-editable, not-selectable cells) with the keyboard NSLog (@"NSMatrix -keyDown:"); + + [super keyDown: theEvent]; } - (BOOL) acceptsFirstResponder