don't redraw twice on Branches and Markers UpdateValues()
This commit is contained in:
parent
31114e6abf
commit
9a54a461b5
|
@ -516,7 +516,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
public void UpdateValues()
|
||||
{
|
||||
BranchView.RowCount = Movie.Branches.Count;
|
||||
BranchView.Refresh();
|
||||
}
|
||||
|
||||
public void Restart()
|
||||
|
|
|
@ -240,8 +240,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
MarkerView.RowCount = Markers.Count;
|
||||
}
|
||||
|
||||
MarkerView.Refresh();
|
||||
}
|
||||
|
||||
public void Restart()
|
||||
|
|
Loading…
Reference in New Issue