don't redraw twice on Branches and Markers UpdateValues()

This commit is contained in:
adelikat 2019-11-26 13:34:24 -06:00
parent 31114e6abf
commit 9a54a461b5
2 changed files with 0 additions and 3 deletions

View File

@ -516,7 +516,6 @@ namespace BizHawk.Client.EmuHawk
public void UpdateValues() public void UpdateValues()
{ {
BranchView.RowCount = Movie.Branches.Count; BranchView.RowCount = Movie.Branches.Count;
BranchView.Refresh();
} }
public void Restart() public void Restart()

View File

@ -240,8 +240,6 @@ namespace BizHawk.Client.EmuHawk
{ {
MarkerView.RowCount = Markers.Count; MarkerView.RowCount = Markers.Count;
} }
MarkerView.Refresh();
} }
public void Restart() public void Restart()