diff options
author | sr55 <[email protected]> | 2010-07-25 16:20:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-25 16:20:32 +0000 |
commit | 324483418fb3049f992999b1dd8881235f35116b (patch) | |
tree | a9a0f1b64a0aef08ef9e821619ca53a5f1464d26 /win/C#/frmActivityWindow.cs | |
parent | fe6f44ed88e1d69d7e67738d7c10589a19f60568 (diff) |
WinGui:
- Fix some issues with the log window repeating the log header.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3460 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmActivityWindow.cs')
-rw-r--r-- | win/C#/frmActivityWindow.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmActivityWindow.cs b/win/C#/frmActivityWindow.cs index 62799e926..598851f78 100644 --- a/win/C#/frmActivityWindow.cs +++ b/win/C#/frmActivityWindow.cs @@ -199,6 +199,7 @@ namespace Handbrake private void stopWindowRefresh(object sender, EventArgs e)
{
windowTimer.Dispose();
+ Reset();
LogMonitor(null);
}
|