From d6fcba15d04322d3b6495cae70b813be5c3243b4 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 29 Jun 2013 15:39:35 +0000 Subject: WinGui: Broke Status display. Fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5618 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs index 4a4aebf43..565dfda76 100644 --- a/win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs @@ -88,28 +88,24 @@ namespace HandBrakeWPF.ViewModels this.ShowMainWindow = true; this.ShowOptions = false; this.ShowInstant = false; - this.MainViewModel.IsInstandHandBrake = false; } else if (window == ShellWindow.OptionsWindow) { this.ShowOptions = true; this.ShowMainWindow = false; this.ShowInstant = false; - this.MainViewModel.IsInstandHandBrake = false; } else if (window == ShellWindow.InstantMainWindow) { this.ShowInstant = true; this.ShowOptions = false; this.ShowMainWindow = false; - this.MainViewModel.IsInstandHandBrake = true; } else { this.ShowMainWindow = true; this.ShowOptions = false; this.ShowInstant = false; - this.MainViewModel.IsInstandHandBrake = false; } } -- cgit v1.2.3