Fixed inserted a string in a textview when it's empty (attributes were

wrong)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-08-13 11:46:22 +00:00
parent 5320d8d0ec
commit c62d49de4a

View file

@ -1,3 +1,10 @@
Sun Aug 12 04:25:20 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-replaceCharactersInRange:withString:]):
If the textview supports rich text and the text storage is empty,
use the attributes from the typing attributes when inserting the
new string.
Sun Aug 12 03:42:30 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSImage.m ([NSImage -setName:]): Fixed bug in last change