From 691a51f6a09d83f5d2f8456181c9b816a3133890 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 5 Jun 2013 18:19:16 +0000 Subject: WinGui: Disable the last bit of Custom Anamorphic calculation code until I can get around to making it work correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5563 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win/CS/HandBrakeWPF') diff --git a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs index 87d0bb0c9..370dbe5f3 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