mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 16:20:58 +00:00
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:
parent
a2f6d72b82
commit
3d80834a5d
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
Fixes fromFred Kiefer -
|
||||
|
|
|
@ -433,7 +433,7 @@ SANITY();
|
|||
info->loc = afterRangeLoc;
|
||||
arrayIndex--;
|
||||
}
|
||||
else if (effectiveRange.location < beginRangeLoc)
|
||||
else
|
||||
{
|
||||
/*
|
||||
* The located range starts before our range.
|
||||
|
|
Loading…
Reference in a new issue