mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +00:00
* Headers/AppKit/NSWindow.h: Minor cleanup and spacing.
* Source/GSNibTemplates.m: Removed call to designated init, since this is handled by the initWithCOoder method in NSWindow.m. * Source/NSWindow.m: Correction for calling the designated initializer. Fix for bug#23336. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26567 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3e0abcb588
commit
71462c5bac
4 changed files with 25 additions and 37 deletions
|
@ -4899,11 +4899,11 @@ current key view.<br />
|
|||
[aDecoder decodeValueOfObjCType: @encode(NSBackingStoreType)
|
||||
at: &aBacking];
|
||||
|
||||
// call the designated initializer....
|
||||
self = [self initWithContentRect: aRect
|
||||
styleMask: aStyle
|
||||
backing: aBacking
|
||||
defer: NO
|
||||
screen: nil];
|
||||
defer: NO];
|
||||
|
||||
p = [aDecoder decodePoint];
|
||||
obj = [aDecoder decodeObject];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue