mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:30:47 +00:00
Reverted previous change. Added comments in NSWindow.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23384 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a5a0ff01d8
commit
176822d74e
4 changed files with 105 additions and 17 deletions
|
@ -177,7 +177,7 @@ static NSColor *titleColor[3];
|
|||
different method here. */
|
||||
[closeButton setAction: @selector(performClose:)];
|
||||
[self addSubview: closeButton];
|
||||
// RELEASE(closeButton); // FIXME... causes crash when closing.
|
||||
RELEASE(closeButton);
|
||||
}
|
||||
if ([w styleMask] & NSMiniaturizableWindowMask)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue