diff --git a/Source/NSWindow.m b/Source/NSWindow.m index a10066b03..c09793e7e 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -3517,11 +3517,6 @@ resetCursorRectsForView(NSView *theView) { } - /* - * Convert frame from flipped to normal coordinates. - */ - fRect.origin.y -= fRect.size.height; - /* * Check and set frame. */ @@ -3574,7 +3569,7 @@ resetCursorRectsForView(NSView *theView) NSRect sRect; fRect = _frame; - fRect.origin.y += fRect.size.height; /* Make flipped */ + /* * FIXME - the screen rectangle should give the area of the screen in which * the window could be placed (ie a rectangle excluding the dock), but