mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 14:40:56 +00:00
Removed weird method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13302 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7bcf7773ef
commit
caed1082b6
1 changed files with 0 additions and 6 deletions
|
@ -287,12 +287,6 @@ Class _nspopupbuttonCellClass = 0;
|
||||||
return [super resignFirstResponder];
|
return [super resignFirstResponder];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) resignKeyWindow
|
|
||||||
{
|
|
||||||
[_cell dismissPopUp];
|
|
||||||
[super resignKeyWindow];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (BOOL) performKeyEquivalent: (NSEvent*)theEvent
|
- (BOOL) performKeyEquivalent: (NSEvent*)theEvent
|
||||||
{
|
{
|
||||||
NSMenu *m = [self menu];
|
NSMenu *m = [self menu];
|
||||||
|
|
Loading…
Reference in a new issue