tastudio: select newly created branch
makes button action experience smoother
This commit is contained in:
parent
28de5cc84c
commit
cea1a04425
|
@ -157,6 +157,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
BranchView.RowCount = Movie.BranchCount;
|
BranchView.RowCount = Movie.BranchCount;
|
||||||
Movie.CurrentBranch = Movie.BranchCount - 1;
|
Movie.CurrentBranch = Movie.BranchCount - 1;
|
||||||
BranchView.ScrollToIndex(Movie.CurrentBranch);
|
BranchView.ScrollToIndex(Movie.CurrentBranch);
|
||||||
|
BranchView.SelectRow(Movie.CurrentBranch, true);
|
||||||
BranchView.Refresh();
|
BranchView.Refresh();
|
||||||
Tastudio.RefreshDialog();
|
Tastudio.RefreshDialog();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue