Fix clearing of soft-invalidated layout information if the invalidated range is beyond the last finished layout.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16011 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-02-19 14:12:55 +00:00
parent 85c5580808
commit 3abfc263a0

View file

@ -2045,7 +2045,7 @@ no_soft_invalidation:
*/
for (i = 0, tc = textcontainers; i < num_textcontainers; i++, tc++)
{
for (j = 0, lf = tc->linefrags + j; j < tc->num_soft; j++, lf++)
for (j = 0, lf = tc->linefrags + tc->num_linefrags; j < tc->num_soft; j++, lf++)
{
if (lf->points)
{