summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/Controller.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index 9506bde0f..ffe42319c 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -5403,6 +5403,8 @@ the user is using "Custom" settings by determining the sender*/
{
// using advanced panel, enable if applicable
[fAdvancedOptions enableUI:enable];
+ // TODO: set the advanced options string based on the previously
+ // selected x264 system setting
// reset x264 system widgets
[fX264PresetsSlider setIntegerValue: fX264MediumPresetIndex];
[fX264TunePopUp selectItemAtIndex:0];