diff options
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 0cc1ebb6b..0b2d42d52 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -5438,7 +5438,10 @@ the user is using "Custom" settings by determining the sender*/ [fX264ProfilePopUp selectItemAtIndex:0]; [fX264LevelPopUp selectItemAtIndex:0]; } + + // update and/or populate the widgets [self x264PresetsSliderChanged:nil]; + [fAdvancedOptions X264AdvancedOptionsSet:nil]; } - (IBAction) updateX264Widgets: (id) sender |