Guest User

Untitled

a guest
Mar 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Index: src/uimacnew/ReconItem.m
  2. ===================================================================
  3. --- src/uimacnew/ReconItem.m (revision 390)
  4. +++ src/uimacnew/ReconItem.m (working copy)
  5. @@ -824,8 +824,7 @@
  6. {
  7. if (!_parentImages) {
  8. _parentImages = [[NSMutableDictionary alloc] init];
  9. - _veryLightGreyColor = [[NSColor colorWithCalibratedRed:0.9 green:0.9 blue:0.9 alpha:1.0] retain];
  10. - // [NSColor lightGrayColor]
  11. + _veryLightGreyColor = [[NSColor colorWithCalibratedRed:0.7 green:0.7 blue:0.7 alpha:1.0] retain];
  12. }
  13. NSImage *baseImage = [super direction];
  14. NSImage *parentImage = [_parentImages objectForKey:baseImage];
Add Comment
Please, Sign In to add comment