mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
f3df11134c
commit
92efd93b0c
1 changed files with 4 additions and 0 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue