tastudio: update branch view on project load.
This commit is contained in:
parent
6db5a01f54
commit
ff0844413c
|
@ -181,6 +181,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
public void UpdateValues()
|
||||
{
|
||||
BranchView.RowCount = Movie.BranchCount;
|
||||
BranchView.Refresh();
|
||||
}
|
||||
|
||||
public void Branch()
|
||||
|
|
Loading…
Reference in New Issue