]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fixed Anamorphic mode was not being saved when adding a preset with no pictur...
authorsr55 <sr55.hb@outlook.com>
Sat, 27 Jul 2013 15:32:07 +0000 (15:32 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 27 Jul 2013 15:32:07 +0000 (15:32 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5672 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs

index 743a9c561061a7047f7380b93503588bb60aac8d..6329accf84e36981e66ffcd72511ea06d6f611dc 100644 (file)
@@ -654,6 +654,7 @@ namespace HandBrakeWPF.ViewModels
                     // Do Nothing except reset the Max Width/Height\r
                     this.MaxWidth = this.sourceResolution.Width;\r
                     this.MaxHeight = this.sourceResolution.Height;\r
+                    this.SelectedAnamorphicMode = preset.Task.Anamorphic;\r
                     break;\r
             }\r
 \r