Skip to content

Commit 0af2387

Browse files
author
RandomEngy
committed
Fixed video encoder UI not updating on revert or change of preset.
1 parent d8e747c commit 0af2387

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

VidCoder/ViewModel/EncodingViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,6 +2530,7 @@ private void NotifyAllChanged()
25302530
this.NotifyPropertyChanged("Deblock");
25312531
this.NotifyPropertyChanged("DeblockText");
25322532
this.NotifyPropertyChanged("Grayscale");
2533+
this.NotifyPropertyChanged("SelectedEncoder");
25332534
this.NotifyPropertyChanged("SelectedFramerate");
25342535
this.NotifyPropertyChanged("TwoPassEncoding");
25352536
this.NotifyPropertyChanged("TurboFirstPass");

0 commit comments

Comments
 (0)