Resizing error fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3928 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-03-16 10:53:42 +00:00
parent 288f80c15c
commit 7173823879
3 changed files with 31 additions and 24 deletions

View file

@ -854,7 +854,7 @@ static SEL invalidateSel = @selector(_invalidateCoordinates);
{
id e, o;
if (![self autoresizesSubviews] && !is_rotated_from_base)
if ([self autoresizesSubviews] == NO || is_rotated_from_base == YES)
return;
e = [sub_views objectEnumerator];