mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-05 01:10:58 +00:00
encoding improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23285 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3e19866ecf
commit
b01bb1a0e1
4 changed files with 48 additions and 7 deletions
|
@ -2215,7 +2215,11 @@ static NSColor *shadowCol;
|
|||
|
||||
// font and formatter.
|
||||
[aCoder encodeObject: [self font] forKey: @"NSSupport"];
|
||||
[aCoder encodeObject: [self formatter] forKey: @"NSFormatter"];
|
||||
|
||||
if([self formatter])
|
||||
{
|
||||
[aCoder encodeObject: [self formatter] forKey: @"NSFormatter"];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue