mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
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:
parent
023f1bcfb2
commit
0e45963d84
1 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue