From fa78c4e17d802bbee2161a225910d2651e9d9475 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 5 Jun 2013 18:25:10 +0000 Subject: WinGui: Undo last commit, causes more problems than it fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5564 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs index 370dbe5f3..87d0bb0c9 100644 --- a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs @@ -745,10 +745,10 @@ namespace HandBrakeWPF.ViewModels this.Height = this.MaxHeight; } - //if (this.SelectedAnamorphicMode == Anamorphic.Custom) - //{ - // this.AnamorphicAdjust(); // Refresh the values - //} + if (this.SelectedAnamorphicMode == Anamorphic.Custom) + { + this.AnamorphicAdjust(); // Refresh the values + } } // Update the cropping values, preffering those in the presets. -- cgit v1.2.3