mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 01:01:00 +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
|
@ -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…
Add table
Add a link
Reference in a new issue