]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove debug option that's causing aspect ratio issues on the Picture setting...
authorsr55 <sr55.hb@outlook.com>
Wed, 14 Feb 2018 21:11:29 +0000 (21:11 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 14 Feb 2018 21:11:29 +0000 (21:11 +0000)
win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs

index 4474938c50fc734c191cc9b22b8c0478dc5f1530..a959f225e4296ef2984969cbd56ad46288cebe8d 100644 (file)
@@ -907,7 +907,7 @@ namespace HandBrakeWPF.ViewModels
                 ParH = this.ParHeight,\r
                 MaxWidth = this.MaxWidth,\r
                 MaxHeight = this.MaxHeight,\r
-                KeepDisplayAspect = false, //this.MaintainAspectRatio,\r
+                KeepDisplayAspect = this.MaintainAspectRatio,\r
                 AnamorphicMode = this.SelectedAnamorphicMode,\r
                 Crop = new Cropping(this.CropTop, this.CropBottom, this.CropLeft, this.CropRight),\r
             };\r