diff --git a/Source/NSFormCell.m b/Source/NSFormCell.m index 7f0bba51e..dda2eff09 100644 --- a/Source/NSFormCell.m +++ b/Source/NSFormCell.m @@ -203,7 +203,7 @@ static NSColor *shadowCol; NSSize titleSize = [_titleCell cellSize]; NSSize textSize; - if ((_contents != nil) && ([_contents isEqualToString: @""] == NO)) + if (_contents != nil) textSize = [super cellSize]; else {