mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 02:00:48 +00:00
Merge GUI with trunk revision 40072
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40119 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b3388e8ad
commit
a1d62943a6
15 changed files with 508 additions and 180 deletions
|
@ -1595,10 +1595,6 @@ static BOOL menuBarVisible = YES;
|
|||
forView: (NSView *)view
|
||||
withFont: (NSFont *)font
|
||||
{
|
||||
// Testplant-MAL-2015-07-01: Using tetplant branch code...
|
||||
NSPoint point = [view frame].origin;
|
||||
point = [[view superview] convertPoint:point toView:nil];
|
||||
point = [[view window] convertBaseToScreen: point];
|
||||
[menu _rightMouseDisplay: event];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue