Implement decoding

This commit is contained in:
Gregory John Casamento 2020-04-28 12:07:34 -04:00
parent 9dfe412e8e
commit 4591d8b60b

View file

@ -182,6 +182,7 @@
{
if ([coder allowsKeyedCoding])
{
// Defaults for some values which aren't encoded unless they are non-default.
[self setBackgroundColor: [NSColor windowBackgroundColor]];
[self setPathStyle: NSPathStyleStandard];