Fix cannot open window on Mountain Lion

This commit is contained in:
1024jp 2016-02-12 13:12:37 +09:00
parent af2d23e712
commit 1678a2b30f
2 changed files with 10 additions and 1 deletions

View File

@ -5,6 +5,15 @@ Change Log
develop
--------------------------
### Fixes
- Fix an issue where application couldn't open document window on Mountain Lion.
2.4.1 (103)
--------------------------
### Improvements
- Update JSON syntax style:

View File

@ -225,7 +225,7 @@ static NSColor *kLabelColor;
attrValue = [[NSAttributedString alloc] initWithString:value];
} else {
attrValue = [[NSAttributedString alloc] initWithString:@"-"
attributes:@{NSForegroundColorAttributeName: [NSColor labelColor]}];
attributes:@{NSForegroundColorAttributeName: [NSColor disabledControlTextColor]}];
}
[status appendAttributedString:attrValue];