Fix Trace Logger not restarting properly.

This commit is contained in:
scepheo 2015-03-11 20:58:49 +00:00
parent c283f2d55a
commit ab0547ddea
1 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,9 @@ namespace BizHawk.Client.EmuHawk
public void Restart()
{
ClearList();
TraceView.Columns[0].Text = Tracer.Header;
LoggingEnabled.Checked = true;
Tracer.Enabled = true;
SetTracerBoxTitle();
}
private void ClearList()