diff options
author | sr55 <[email protected]> | 2013-06-05 18:25:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-06-05 18:25:10 +0000 |
commit | fa78c4e17d802bbee2161a225910d2651e9d9475 (patch) | |
tree | fbbcd1dfabd2d24cb6790fc602440061dea95268 /win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs | |
parent | 691a51f6a09d83f5d2f8456181c9b816a3133890 (diff) |
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
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.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 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.
|