Skip to content

Commit

Permalink
WinGui: Fix a reset issue on the log window.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5429 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
sr55 committed Apr 30, 2013
1 parent 12e6b96 commit e3fcaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ private void EncodeServiceEncodeCompleted(object sender, EncodeCompletedEventArg
/// </param>
private void encodeService_EncodeStarted(object sender, EventArgs e)
{
this.encodeLogIndex = -1; // Reset the log index.
this.SelectedTab = 0;
}

Expand Down

0 comments on commit e3fcaf3

Please sign in to comment.