Revision: 18248
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18248&view=rev
Author: hofman
Date: 2011-11-27 23:56:59 +0000 (Sun, 27 Nov 2011)
Log Message:
-----------
checking for active app is not necessary
Modified Paths:
--------------
trunk/bibdesk/BDSKAddressTextFieldCell.m
Modified: trunk/bibdesk/BDSKAddressTextFieldCell.m
===================================================================
--- trunk/bibdesk/BDSKAddressTextFieldCell.m 2011-11-27 13:06:03 UTC (rev
18247)
+++ trunk/bibdesk/BDSKAddressTextFieldCell.m 2011-11-27 23:56:59 UTC (rev
18248)
@@ -60,7 +60,7 @@
[[NSColor colorWithCalibratedWhite:1.0 alpha:0.394] set];
[[NSBezierPath bezierPathWithRoundedRect:outerShadowRect xRadius:3.6
yRadius:3.6] fill];
- if ([NSApp isActive] && ([[controlView window] isMainWindow] ||
[[controlView window] isKeyWindow]))
+ if ([[controlView window] isMainWindow] || [[controlView window]
isKeyWindow])
gradient = [[NSGradient alloc] initWithStartingColor:[NSColor
colorWithCalibratedWhite:0.24 alpha:1.0] endingColor:[NSColor
colorWithCalibratedWhite:0.374 alpha:1.0]];
else
gradient = [[NSGradient alloc] initWithStartingColor:[NSColor
colorWithCalibratedWhite:0.55 alpha:1.0] endingColor:[NSColor
colorWithCalibratedWhite:0.558 alpha:1.0]];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit