replaced accidentally deleted line

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-07-20 08:45:41 +00:00
parent 023f1bcfb2
commit 0e45963d84

View file

@ -312,6 +312,7 @@ static NSRecursiveLock *windowsLock;
ASSIGN(content_view, aView);
[content_view setFrame: [wv frame]]; // Resize to fill window.
[content_view setAutoresizingMask: NSViewWidthSizable | NSViewHeightSizable];
[wv addSubview: content_view]; // Add to our window view
NSAssert1 ([[wv subviews] count] == 1, @"window's view has %d subviews!",
[[wv subviews] count]);