Moved defaults to else branches

This commit is contained in:
Gregory John Casamento 2020-05-07 17:53:57 -04:00
parent 5fcbc9e46c
commit d1803df5a7

View file

@ -460,8 +460,6 @@ static Class pathCellClass;
{
if ([coder allowsKeyedCoding])
{
if ([coder containsValueForKey: @"NSBackgroundColor"])
{
[self setBackgroundColor: [coder decodeObjectForKey: @"NSBackgroundColor"]];