From 406dcec19eb2e6814706a83d068a41898a88f713 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Thu, 26 Feb 2015 17:52:05 +1100 Subject: Changed selection appearance to lighter as that leaves the text more readable on 10.10. --- cocoa/PlatCocoa.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 1379b661d..7645fdd65 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1619,6 +1619,7 @@ void ListBoxImpl::Create(Window& /*parent*/, int /*ctrlID*/, Scintilla::Point pt [table setTarget:ds]; [table setDoubleAction:@selector(doubleClick:)]; + table.selectionHighlightStyle = NSTableViewSelectionHighlightStyleSourceList; wid = winLB; } -- cgit v1.2.3