summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-12-13 21:18:42 +0000
committersr55 <[email protected]>2017-12-13 21:18:42 +0000
commit91bd97fb5525b686ec3b52978655ede2b56978f4 (patch)
treedcd91c9bdb1ca5ac0dc708e6ad31a994a1bf78ac /win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
parentcbe743cb97092986993a5fe5febbfc64c5779625 (diff)
WinGui: Finish off modification detection
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
index f1753aeed..c05fda5e5 100644
--- a/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
@@ -428,11 +428,7 @@ namespace HandBrakeWPF.ViewModels
IPopupWindowViewModel popup = new PopupWindowViewModel(this.SubtitleDefaultsViewModel, ResourcesUI.Preset_SubtitleDefaults_Title, ResourcesUI.SubtitleView_SubtitleDefaultsDescription);
if (this.windowManager.ShowDialog(popup) == true)
{
- // Nothing to do yet, it's by reference.
- }
- else
- {
- // Handle other case(s)
+ this.OnTabStatusChanged(null);
}
}