diff --git a/Source/x11/XGServerWindow.m b/Source/x11/XGServerWindow.m index 57320779..98392693 100644 --- a/Source/x11/XGServerWindow.m +++ b/Source/x11/XGServerWindow.m @@ -4582,7 +4582,6 @@ - (void) freecursor: (void*) cid // X coordinates need to be flipped to OpenStep coordinates if (frame.origin.y > 0.0) { - frame.size.height -= frame.origin.y; frame.origin.y = 0.0; } [array addObject: [NSValue valueWithRect: frame]];