tastudio: fix branchview bg updating.
This commit is contained in:
parent
f50795b180
commit
29767ba522
|
@ -148,8 +148,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (SelectedBranch != null)
|
||||
{
|
||||
CurrentBranch = index;
|
||||
BranchView.Refresh();
|
||||
LoadBranch(SelectedBranch);
|
||||
BranchView.Refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue