parent
616437ff31
commit
c5820f0c0f
|
@ -479,9 +479,12 @@ namespace BizHawk.Client.EmuHawk
|
|||
public void SelectBranchExternal(bool next)
|
||||
{
|
||||
if (SelectedBranch == null)
|
||||
{
|
||||
if (Branches.Current != -1)
|
||||
{
|
||||
Select(Branches.Current, true);
|
||||
BranchView.Refresh();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue