]> granicus.if.org Git - handbrake/commitdiff
WinGui: Make the Width/Height fields enabled for Anamorphic=Automatic
authorsr55 <sr55.hb@outlook.com>
Sun, 30 Oct 2016 20:28:40 +0000 (20:28 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 30 Oct 2016 20:28:40 +0000 (20:28 +0000)
win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs

index ed4282566c2aed81e54c5ba0ad3394daaf1dd3f0..0cd963d36f13887dcae46c74db66d6387f0038b2 100644 (file)
@@ -973,11 +973,11 @@ namespace HandBrakeWPF.ViewModels
                     this.ShowKeepAR = true;\r
                     break;\r
                 case Anamorphic.Automatic:\r
-                    this.WidthControlEnabled = false;\r
-                    this.HeightControlEnabled = false;\r
+                    this.WidthControlEnabled = true;\r
+                    this.HeightControlEnabled = true;\r
                     this.ShowCustomAnamorphicControls = false;\r
                     this.ShowModulus = false;\r
-                    this.ShowKeepAR = false;\r
+                    this.ShowKeepAR = true;\r
                     break;\r
 \r
                 case Anamorphic.Loose:\r