diff options
author | Rodeo <[email protected]> | 2013-04-07 14:18:56 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-04-07 14:18:56 +0000 |
commit | 723b3b4035dabf2dded9d36323d73f794aa85242 (patch) | |
tree | 953b536209109038b2bd81357c08645fcb219457 /macosx | |
parent | 4c0d9c5d6aaa7eae9945e98e38008ddf68a4bd4a (diff) |
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
Diffstat (limited to 'macosx')
-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 |