diff --git a/Source/NSLayoutManager.m b/Source/NSLayoutManager.m index bcb0b02fa..70a65324c 100644 --- a/Source/NSLayoutManager.m +++ b/Source/NSLayoutManager.m @@ -882,9 +882,6 @@ has the same y origin and height as the line frag rect it is in. if (i == -1 || textcontainers[i].textContainer != textContainer) return NSZeroRect; - r.origin.y++; - r.size.height -= 2; - return r; }