tastudio: update branch view on project load.

This commit is contained in:
feos 2015-09-06 16:40:22 +03:00
parent 6db5a01f54
commit ff0844413c
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ namespace BizHawk.Client.EmuHawk
public void UpdateValues()
{
BranchView.RowCount = Movie.BranchCount;
BranchView.Refresh();
}
public void Branch()