mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:20:48 +00:00
Backport patches from trunk
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/stable@26854 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bbd1c7cd16
commit
fc639dae72
13 changed files with 291 additions and 76 deletions
|
@ -444,8 +444,13 @@
|
|||
|
||||
if (_window == nil && _document != nil && _owner == _document)
|
||||
{
|
||||
[self setWindow: [_document _transferWindowOwnership]];
|
||||
}
|
||||
[self setWindow: [_document _transferWindowOwnership]];
|
||||
}
|
||||
else
|
||||
{
|
||||
// The window was already retained by the NIB loading.
|
||||
RELEASE(_window);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue