mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
* Source/GSStandardWindowDecorationView.m: Live window resize changes
for when using GNUstep decorations in resizeWindowStartingWithEvent:. * Source/NSLayoutManager.m: Unarchive the text containers into an array in initWithCoder:. * Source/NSTextContainer.m: Get the layout manager in initWithCoder:. * Source/NSTextView.m: Changes to include text container from nib file into the nib loading process in initWithCoder:. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28296 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b6563b013
commit
e42b695869
5 changed files with 32 additions and 8 deletions
|
@ -2292,7 +2292,6 @@ no_soft_invalidation:
|
|||
|
||||
if ([aDecoder allowsKeyedCoding])
|
||||
{
|
||||
/*
|
||||
int i;
|
||||
int flags;
|
||||
NSArray *array = [aDecoder decodeObjectForKey: @"NSTextContainers"];
|
||||
|
@ -2312,7 +2311,6 @@ no_soft_invalidation:
|
|||
{
|
||||
[self addTextContainer: [array objectAtIndex: i]];
|
||||
}
|
||||
*/
|
||||
return self;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue