]> granicus.if.org Git - handbrake/commitdiff
WinGui: Trigger a status tab update when a job finishes.
authorsr55 <sr55.hb@outlook.com>
Wed, 26 Sep 2018 20:34:05 +0000 (21:34 +0100)
committersr55 <sr55.hb@outlook.com>
Wed, 26 Sep 2018 20:34:05 +0000 (21:34 +0100)
win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs

index 9ff7e6b401aee9fc2cc9419a6a06cd0da40546a6..dbe93bc75aee1e8d00e152bde87366190280d716 100644 (file)
@@ -807,6 +807,8 @@ namespace HandBrakeWPF.ViewModels
             this.JobStatus = Resources.QueueViewModel_QueueCompleted;\r
             this.JobsPending = string.Format(Resources.QueueViewModel_JobsPending, this.queueProcessor.Count);\r
             this.IsQueueRunning = false;\r
+            this.NotifyOfPropertyChange(() => this.SelectedTask);\r
+            this.NotifyOfPropertyChange(() => this.StatsVisible);\r
         }\r
 \r
         /// <summary>\r