mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
Propagate the change of NSWindow's designated initializer to all
affected subclasses. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8d8c17ac8
commit
be698a3d7c
5 changed files with 13 additions and 14 deletions
|
@ -133,7 +133,6 @@ static NSHelpPanel *_sharedPanel = nil;
|
|||
styleMask: (unsigned int)aStyle
|
||||
backing: (NSBackingStoreType)bufferingType
|
||||
defer: (BOOL)flag
|
||||
screen: (NSScreen*)aScreen
|
||||
{
|
||||
if (_sharedPanel == nil)
|
||||
{
|
||||
|
@ -147,8 +146,7 @@ static NSHelpPanel *_sharedPanel = nil;
|
|||
self = [super initWithContentRect: contentRect
|
||||
styleMask: NSTitledWindowMask|NSClosableWindowMask|NSResizableWindowMask
|
||||
backing: NSBackingStoreBuffered
|
||||
defer: NO
|
||||
screen: nil];
|
||||
defer: NO];
|
||||
[self setReleasedWhenClosed: NO];
|
||||
[self setTitle: _(@"Help")];
|
||||
s = [[NSScrollView alloc] initWithFrame: contentRect];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue