Temporaneary fix keyboard handlign so that ESC aborts panels with matrix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5423 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-09 02:38:30 +00:00
parent 73e9bcaf0e
commit 259a1b1d24

View file

@ -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