tastudio: select newly created branch

makes button action experience smoother
This commit is contained in:
feos 2018-06-23 00:31:16 +03:00
parent 28de5cc84c
commit cea1a04425
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ namespace BizHawk.Client.EmuHawk
BranchView.RowCount = Movie.BranchCount;
Movie.CurrentBranch = Movie.BranchCount - 1;
BranchView.ScrollToIndex(Movie.CurrentBranch);
BranchView.SelectRow(Movie.CurrentBranch, true);
BranchView.Refresh();
Tastudio.RefreshDialog();
}