diff --git a/Source/NSCell.m b/Source/NSCell.m index 51e8ed37f..0fb1839b9 100644 --- a/Source/NSCell.m +++ b/Source/NSCell.m @@ -189,7 +189,7 @@ static NSColor *shadowCol; - (id) objectValue { // TODO - return nil; + return [self stringValue]; } - (BOOL) hasValidObjectValue