diff --git a/Source/NSView.m b/Source/NSView.m index ca08cc433..81f844b6e 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -3507,7 +3507,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level) } (*appImp)(_matrixToWindow, appSel, _boundsMatrix); [_matrixFromWindow takeMatrixFromTransform: _matrixToWindow]; - [_matrixFromWindow inverse]; + [_matrixFromWindow invert]; superviewsVisibleRect = [self convertRect: [_super_view visibleRect] fromView: _super_view];