]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix an issue where picture settings (crop and anamorphic) are not correctly...
authorsr55 <sr55.hb@outlook.com>
Sun, 30 Dec 2018 19:58:13 +0000 (19:58 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 30 Dec 2018 19:58:13 +0000 (19:58 +0000)
win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs

index c45d2e0928ecfafb04a092fbe9dfe540d1531a7d..1764a7dac9db1947da52f016df5eb70425c1a6f7 100644 (file)
@@ -729,6 +729,17 @@ namespace HandBrakeWPF.ViewModels
             this.NotifyOfPropertyChange(() => this.Height);\r
             this.NotifyOfPropertyChange(() => this.SelectedAnamorphicMode);\r
             this.NotifyOfPropertyChange(() => this.SelectedModulus);\r
+            this.NotifyOfPropertyChange(() => this.CropTop);\r
+            this.NotifyOfPropertyChange(() => this.CropBottom);\r
+            this.NotifyOfPropertyChange(() => this.CropLeft);\r
+            this.NotifyOfPropertyChange(() => this.CropRight);\r
+            this.NotifyOfPropertyChange(() => this.IsCustomCrop);\r
+            this.NotifyOfPropertyChange(() => this.MaintainAspectRatio);\r
+            this.NotifyOfPropertyChange(() => this.DisplayWidth);\r
+            this.NotifyOfPropertyChange(() => this.ParWidth);\r
+            this.NotifyOfPropertyChange(() => this.ParHeight);\r
+\r
+            this.UpdateVisibileControls();\r
         }\r
 \r
         /// <summary>\r