Minor correction to previous commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28200 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-04-10 18:30:19 +00:00
parent f3df11134c
commit 92efd93b0c

View file

@ -4489,6 +4489,10 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
[self setAutoresizesSubviews: YES]; // ((vFlags & 0x100) == 0x100)];
[self setHidden: ((vFlags & 0x80000000) == 0x80000000)];
}
else
{
[self setAutoresizesSubviews: YES]; // ((vFlags & 0x100) == 0x100)];
}
// iterate over subviews and put them into the view...
subs = [aDecoder decodeObjectForKey: @"NSSubviews"];