mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:50:48 +00:00
Fix logic error in attribute handling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8358 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1ed1b965ee
commit
64c416ad2f
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ SANITY();
|
||||||
info->loc = afterRangeLoc;
|
info->loc = afterRangeLoc;
|
||||||
arrayIndex--;
|
arrayIndex--;
|
||||||
}
|
}
|
||||||
else if (effectiveRange.location < beginRangeLoc)
|
else if (NSMaxRange(effectiveRange) > afterRangeLoc)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* The located range starts before our range.
|
* The located range starts before our range.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue