NSLayoutManager

(insertionPointRectForCharacterIndex:inTextContainer:): Remove
insertion point rectangle correction.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2007-02-14 17:54:00 +00:00
parent f8cc62e978
commit 4b9e32d057

View file

@ -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;
}