mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:20:37 +00:00
Bug fix to last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32177 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca944f1dfa
commit
466714c847
1 changed files with 4 additions and 1 deletions
|
@ -1166,7 +1166,10 @@ many times.
|
|||
}
|
||||
_contentView = aView;
|
||||
|
||||
[_wv setContentView: _contentView];
|
||||
if (_contentView != nil)
|
||||
{
|
||||
[_wv setContentView: _contentView];
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue