mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:10:38 +00:00
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:
parent
3053210705
commit
40c5b448e2
4 changed files with 52 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue