mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:40:38 +00:00
NSText fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5384ec7aa
commit
7bbe363cef
3 changed files with 15 additions and 12 deletions
|
@ -481,6 +481,9 @@ SANITY();
|
|||
RELEASE(info);
|
||||
}
|
||||
|
||||
[self edited: NSTextStorageEditedAttributes
|
||||
range: range
|
||||
changeInLength: 0];
|
||||
SANITY();
|
||||
}
|
||||
|
||||
|
@ -598,6 +601,10 @@ SANITY();
|
|||
}
|
||||
SANITY();
|
||||
[textChars replaceCharactersInRange: range withString: aString];
|
||||
|
||||
[self edited: NSTextStorageEditedCharacters
|
||||
range: range
|
||||
changeInLength: [aString length] - range.length];
|
||||
SANITY();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue