mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +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
5b8d9117c5
commit
be389d2459
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>
|
||||
|
||||
* Headers/AppKit/NSTabView.h
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue