mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
42b0b2ef67
commit
53e07cbe85
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue