Fixed bug in typing enter at the end of text

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12415 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-06 01:39:35 +00:00
parent 42b0b2ef67
commit 53e07cbe85

View file

@ -1,3 +1,13 @@
Wed Feb 6 02:30:09 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSSimpleLayoutManager.m
([-rebuildForRange:delta:inTextContainer:]): Removed workaround
for bug in NSString. Use a fake used rect width of 1 when
building the fake line fragment for no text, so that the insertion
point is displayed in that case. Build a fake line fragment at
the end of text if there is a newline ending the text. This hack
fixes the problems with typing enter at the end of text.
Tue Feb 5 10:26:32 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-moveBackwardAndModifySelection:]): New