Attributes fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-03-19 08:05:08 +00:00
parent a2f6d72b82
commit 3d80834a5d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-03-19 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSTextStorage.m: ([setAttributes:range:]) make sure
attributes are set when old range starts at start of new range.
2000-03-19 Richard Frith-Macdonald <rfm@gnu.org> 2000-03-19 Richard Frith-Macdonald <rfm@gnu.org>
Fixes fromFred Kiefer - Fixes fromFred Kiefer -

View file

@ -433,7 +433,7 @@ SANITY();
info->loc = afterRangeLoc; info->loc = afterRangeLoc;
arrayIndex--; arrayIndex--;
} }
else if (effectiveRange.location < beginRangeLoc) else
{ {
/* /*
* The located range starts before our range. * The located range starts before our range.