mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:10:38 +00:00
Merge some of the changes from the testplant branch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40403 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d777c81fe
commit
db123bcd81
8 changed files with 1043 additions and 926 deletions
|
@ -2870,6 +2870,10 @@ static BOOL browserUseBezels;
|
|||
|
||||
[aCoder encodeInt: _columnResizing forKey: @"NSColumnResizingType"];
|
||||
//[aCoder encodeInt: prefWidth forKey: @"NSPreferedColumnWidth"];
|
||||
if (nil != [self columnsAutosaveName])
|
||||
{
|
||||
[aCoder encodeObject: [self columnsAutosaveName] forKey: @"NSColumnsAutosaveName"];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -3024,6 +3028,12 @@ static BOOL browserUseBezels;
|
|||
{
|
||||
//int prefWidth = [aDecoder decodeIntForKey: @"NSPreferedColumnWidth"];
|
||||
}
|
||||
|
||||
if ([aDecoder containsValueForKey: @"NSColumnsAutosaveName"])
|
||||
{
|
||||
[self setColumnsAutosaveName: [aDecoder decodeObjectForKey:
|
||||
@"NSColumnsAutosaveName"]];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue