tastudio: fix branchview bg updating.

This commit is contained in:
feos 2015-10-01 19:48:08 +03:00
parent f50795b180
commit 29767ba522
1 changed files with 1 additions and 1 deletions

View File

@ -148,8 +148,8 @@ namespace BizHawk.Client.EmuHawk
if (SelectedBranch != null)
{
CurrentBranch = index;
BranchView.Refresh();
LoadBranch(SelectedBranch);
BranchView.Refresh();
}
}