diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 352ea61a0..5477538ec 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -669,7 +669,7 @@ static Class responderClass; { NSPoint basePoint; - screenPoint = [GSCurrentContext() convertScreenToBase: screenPoint] + screenPoint = [GSCurrentContext() convertScreenToBase: screenPoint]; basePoint.x = screenPoint.x - frame.origin.x; basePoint.y = screenPoint.y - frame.origin.y;