diff --git a/Source/NSCell.m b/Source/NSCell.m index fa68d69e7..01e57f797 100644 --- a/Source/NSCell.m +++ b/Source/NSCell.m @@ -2741,7 +2741,7 @@ static NSColor *shadowCol; */ - (NSAttributedString*) _drawAttributedString { - if (!_cell.is_disabled) + if (!_cell.is_disabled) { return [self attributedStringValue]; }