MarkerControl - do full refresh on restart

This commit is contained in:
adelikat 2019-12-06 22:31:03 -06:00
parent 6a775ec346
commit 891df3512a
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ namespace BizHawk.Client.EmuHawk
public void Restart()
{
MarkerView.DeselectAll();
UpdateValues();
MarkerView.Refresh();
}
private void MarkerView_SelectedIndexChanged(object sender, EventArgs e)