diff --git a/ChangeLog b/ChangeLog index c4514e762..ae6fa8576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-10-10 Wolfgang Lux + + * 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 * Headers/AppKit/NSTabView.h diff --git a/Source/NSView.m b/Source/NSView.m index 6d755f751..20a325523 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -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