summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm5
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 278de715e..833bfff2f 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