Some small bugfixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-05-28 14:09:36 +00:00
parent 807b8408a2
commit 934e125679
3 changed files with 22 additions and 0 deletions

View file

@ -308,7 +308,9 @@ id _nsbuttonCellClass = nil;
- (void) performClick: (id)sender
{
[self lockFocus];
[cell performClick: sender];
[self unlockFocus];
}
- (BOOL) performKeyEquivalent: (NSEvent *)anEvent