diff options
author | sr55 <[email protected]> | 2013-06-05 18:19:16 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-06-05 18:19:16 +0000 |
commit | 691a51f6a09d83f5d2f8456181c9b816a3133890 (patch) | |
tree | 1739fabca4adcea48a922fa167ff1da026faad6f /win/CS | |
parent | 11b6f93d4a022f1797f62902fa7dca96033f9545 (diff) |
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
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs | 8 |
1 files changed, 4 insertions, 4 deletions
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.
|