mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
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:
parent
73e9bcaf0e
commit
259a1b1d24
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue