mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
f8cc62e978
commit
4b9e32d057
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue