From f3120d5e09c0e8f7bfbbddb2fdbe303ae9c91c0c Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 9 Aug 2002 10:14:45 +0000 Subject: [PATCH] Dont' flip coordinates in frame autosaved strings git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14260 72102866-910b-0410-8b05-ffd578937521 --- Source/NSWindow.m | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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