mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
bef6c9a424
commit
7069b67123
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue