Minor fix of previous commit: make sure layout is marked as incomplete even if no actual layout was invalidated.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15998 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-02-18 17:24:24 +00:00
parent 0383d08f23
commit db4c4957a3

View file

@ -2055,6 +2055,10 @@ no_soft_invalidation:
}
}
tc->num_soft = 0;
if (tc->pos + tc->length == r.location)
{
tc->complete = NO;
}
}
}