Minor bugfixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4166 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-04-29 12:25:10 +00:00
parent 3053210705
commit 40c5b448e2
4 changed files with 52 additions and 10 deletions

View file

@ -135,6 +135,8 @@ return customView->realObject;
- (void)encodeWithModelArchiver:(GMArchiver*)archiver
{
[archiver encodeString:className withName:@"className"];
[archiver encodeRect:[self frame] withName:@"frame"];
if (realObject)
[archiver encodeObject:realObject withName:@"realObject"];
if (extension)