mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 23:40: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
0a310d0b60
commit
926938ffd0
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-20 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSTitleView.m: Corrected last change the signature of
|
||||
[rightMouseDown:] had been changed instead of [menuForEvent:].
|
||||
|
||||
2005-10-20 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Header/NSInputManager.h
|
||||
|
|
|
@ -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