Revision: 7273
http://skim-app.svn.sourceforge.net/skim-app/?rev=7273&view=rev
Author: hofman
Date: 2011-06-16 22:52:34 +0000 (Thu, 16 Jun 2011)
Log Message:
-----------
use correct highlight color for table, not really used
Modified Paths:
--------------
trunk/SKThumbnailTableView.m
trunk/SKTocOutlineView.m
Modified: trunk/SKThumbnailTableView.m
===================================================================
--- trunk/SKThumbnailTableView.m 2011-06-16 20:40:40 UTC (rev 7272)
+++ trunk/SKThumbnailTableView.m 2011-06-16 22:52:34 UTC (rev 7273)
@@ -69,7 +69,7 @@
break;
case NSTableViewSelectionHighlightStyleRegular:
if ([[self window] isKeyWindow] && [[self window]
firstResponder] == self)
- color = [NSColor selectedControlColor];
+ color = [NSColor alternateSelectedControlColor];
else
color = [NSColor secondarySelectedControlColor];
break;
Modified: trunk/SKTocOutlineView.m
===================================================================
--- trunk/SKTocOutlineView.m 2011-06-16 20:40:40 UTC (rev 7272)
+++ trunk/SKTocOutlineView.m 2011-06-16 22:52:34 UTC (rev 7273)
@@ -66,7 +66,7 @@
break;
case NSTableViewSelectionHighlightStyleRegular:
if ([[self window] isKeyWindow] && [[self window]
firstResponder] == self)
- color = [NSColor selectedControlColor];
+ color = [NSColor alternateSelectedControlColor];
else
color = [NSColor secondarySelectedControlColor];
break;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit