mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:50:47 +00:00
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:
parent
807b8408a2
commit
934e125679
3 changed files with 22 additions and 0 deletions
|
@ -308,7 +308,9 @@ id _nsbuttonCellClass = nil;
|
|||
|
||||
- (void) performClick: (id)sender
|
||||
{
|
||||
[self lockFocus];
|
||||
[cell performClick: sender];
|
||||
[self unlockFocus];
|
||||
}
|
||||
|
||||
- (BOOL) performKeyEquivalent: (NSEvent *)anEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue