From 4e3cd7cbe7ef4caabc1e324d5fb27848a73b7e80 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 6 Mar 2008 15:04:31 +0000 Subject: MacGui: Presets - change the cursor highlighted color of the preset name to black, so when changing the name, you can see the letters. The old white made it almost impossible.... duh! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1331 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Controller.mm') diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 5ff4fe7d4..e81e89712 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -3264,7 +3264,7 @@ if (item == nil) if ([fPresetsOutlineView selectedRow] == [fPresetsOutlineView rowForItem:item]) { - fontColor = [NSColor whiteColor]; + fontColor = [NSColor blackColor]; shadowColor = [NSColor colorWithDeviceRed:(127.0/255.0) green:(140.0/255.0) blue:(160.0/255.0) alpha:1.0]; } else -- cgit v1.2.3