From 55673cc53fcbe8f1a444874b9cda2e98f8a1dc96 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 10 Apr 2008 04:44:53 +0000 Subject: [PATCH] MacGui: Do not call customSettingsUsed until we have an intelligent way to determine selected audio variables compared to presets so that presets stay selected. git-svn-id: svn://localhost/HandBrake/trunk@1399 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.mm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 278de715..833bfff2 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -3521,7 +3521,10 @@ the user is using "Custom" settings by determining the sender*/ drcField = fAudTrack4DrcField; } [drcField setStringValue: [NSString stringWithFormat: @"%.2f", [drcSlider floatValue]]]; - [self customSettingUsed: sender]; + /* For now, do not call this until we have an intelligent way to determine audio track selections + * compared to presets + */ + //[self customSettingUsed: sender]; } - (IBAction) subtitleSelectionChanged: (id) sender -- 2.11.0