Fix handling of trailing text containers when soft-invalidating.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16073 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-02-25 16:40:20 +00:00
parent bef6c9a424
commit 7069b67123
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-02-25 17:38 Alexander Malmberg <alexander@malmberg.org>
* Source/NSLayoutManager.m
(-textStorage:edited:range:changeInLength:invalidatedRange:): Fix
handling of trailing text containers when soft-invalidating.
2003-02-24 Adam Fedor <fedor@gnu.org>
* Version: 0.8.4

View file

@ -2013,6 +2013,10 @@ this file describes this.
break;
i = 0;
lf = tc->linefrags;
tc->num_soft += tc->num_linefrags;
tc->num_linefrags = 0;
tc->was_invalidated = YES;
tc->complete = NO;
}
no_soft_invalidation: