mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
* Source/GSNibLoading.m: Add back code with adds in subviews from
the custom view. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27272 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e585bc667
commit
8068661f12
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-10 01:54-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibLoading.m: Add back code with adds in subviews from
|
||||
the custom view.
|
||||
|
||||
2008-12-10 01:37-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibLoading.m: (-[NSCustomView initWithCoder:]) replace
|
||||
|
|
|
@ -846,7 +846,6 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
[_view setNextResponder: [self nextResponder]];
|
||||
// [[self superview] replaceSubview: self with: _view]; // replace the old view...
|
||||
|
||||
/*
|
||||
if (_rFlags.has_subviews)
|
||||
{
|
||||
NSArray *subviews = [self subviews];
|
||||
|
@ -857,7 +856,6 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
[_view addSubview: [subviews objectAtIndex: i]];
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue