Remove incorrect transformation of tracking rectangle coordinates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35663 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wlux 2012-10-10 08:13:56 +00:00
parent 8346a4a220
commit e5963e47f2
2 changed files with 6 additions and 1 deletions

View file

@ -3524,7 +3524,6 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
}
++t;
aRect = [self convertRect: aRect toView: nil];
m = [[rectClass alloc] initWithRect: aRect
tag: t
owner: anObject