mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 11:40:59 +00:00
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:
parent
8346a4a220
commit
e5963e47f2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2012-10-10 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||||
|
|
||||||
|
* Source/NSView.m (addTrackingRect:owner:userData:assumeInside:):
|
||||||
|
Remove translation of tracking rectangle coordinates, which is no
|
||||||
|
longer needed (and incorrect).
|
||||||
|
|
||||||
2012-10-07 02:12-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
2012-10-07 02:12-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Headers/AppKit/NSTabView.h
|
* Headers/AppKit/NSTabView.h
|
||||||
|
|
|
@ -3524,7 +3524,6 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
|
||||||
}
|
}
|
||||||
++t;
|
++t;
|
||||||
|
|
||||||
aRect = [self convertRect: aRect toView: nil];
|
|
||||||
m = [[rectClass alloc] initWithRect: aRect
|
m = [[rectClass alloc] initWithRect: aRect
|
||||||
tag: t
|
tag: t
|
||||||
owner: anObject
|
owner: anObject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue