* 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:
gcasa 2009-05-23 15:50:51 +00:00
parent 7b6563b013
commit e42b695869
5 changed files with 32 additions and 8 deletions

View file

@ -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