From 02bb7c53bf68e0ba64ccd221b3435b444abb744b Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 12 Dec 2017 21:38:59 +0000 Subject: WinGui: Initial Activation of the "modified" preset detection code. (Audio/Subtitle Tabs still to be done) --- win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs index 8d2635485..e95579673 100644 --- a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs @@ -571,6 +571,7 @@ namespace HandBrakeWPF.ViewModels this.Task.Anamorphic = value; this.NotifyOfPropertyChange(() => this.SelectedAnamorphicMode); this.RecaulcatePictureSettingsProperties(ChangedPictureField.Anamorphic); + this.OnTabStatusChanged(null); } } } @@ -590,6 +591,7 @@ namespace HandBrakeWPF.ViewModels this.Task.Modulus = value; this.NotifyOfPropertyChange(() => this.SelectedModulus); this.RecaulcatePictureSettingsProperties(ChangedPictureField.Modulus); + this.OnTabStatusChanged(null); } } -- cgit v1.2.3