mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:57:39 +00:00
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:
parent
0383d08f23
commit
db4c4957a3
1 changed files with 4 additions and 0 deletions
|
@ -2055,6 +2055,10 @@ no_soft_invalidation:
|
|||
}
|
||||
}
|
||||
tc->num_soft = 0;
|
||||
if (tc->pos + tc->length == r.location)
|
||||
{
|
||||
tc->complete = NO;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue