From 723b3b4035dabf2dded9d36323d73f794aa85242 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Sun, 7 Apr 2013 14:18:56 +0000 Subject: [PATCH] MacGui: fix an issue where the advanced panel's widgets were not being populated in time, if the default preset used the x264 system. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5385 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0