summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-11-01 21:37:31 +0000
committersr55 <[email protected]>2016-11-01 21:37:43 +0000
commit24f58b0b387f4f39c8218d24019016a9fa15e6ab (patch)
tree4297795fadca2b63ac126f12ab0924ea6be9ec26 /win/CS/HandBrakeWPF
parent77d09e91d9e7ed3e31abb13c68db0843e7c1c299 (diff)
WinGui: Fix Anamorphic Mode Auto
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
index 0cd963d36..a6f8586cb 100644
--- a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
@@ -977,7 +977,7 @@ namespace HandBrakeWPF.ViewModels
this.HeightControlEnabled = true;
this.ShowCustomAnamorphicControls = false;
this.ShowModulus = false;
- this.ShowKeepAR = true;
+ this.ShowKeepAR = false;
break;
case Anamorphic.Loose: