mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:20:38 +00:00
Implement decoding
This commit is contained in:
parent
a4e5ea39d7
commit
9dfe412e8e
2 changed files with 40 additions and 1 deletions
|
@ -182,7 +182,9 @@
|
|||
{
|
||||
if ([coder allowsKeyedCoding])
|
||||
{
|
||||
_backgroundColor = [NSColor windowBackgroundColor];
|
||||
[self setBackgroundColor: [NSColor windowBackgroundColor]];
|
||||
[self setPathStyle: NSPathStyleStandard];
|
||||
|
||||
if ([coder containsValueForKey: @"NSPathComponentCells"])
|
||||
{
|
||||
[self setPathComponentCells: [coder decodeObjectForKey: @"NSPathComponentCells"]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue