mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
Corrected previous patch-
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21847 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5cbd31e751
commit
2e85246bac
2 changed files with 7 additions and 2 deletions
|
@ -351,12 +351,12 @@
|
|||
}
|
||||
|
||||
// We do not need app menu over menu
|
||||
- (NSMenu *) rightMouseDown: (NSEvent*)theEvent
|
||||
- (void) rightMouseDown: (NSEvent*)theEvent
|
||||
{
|
||||
}
|
||||
|
||||
// We do not want to popup menus in this menu.
|
||||
- (id) menuForEvent: (NSEvent*) theEvent
|
||||
- (NSMenu *) menuForEvent: (NSEvent*) theEvent
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue