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:
Marcian Lytwyn 2016-10-04 22:11:05 +00:00
parent 3b3388e8ad
commit a1d62943a6
15 changed files with 508 additions and 180 deletions

View file

@ -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];
}