tastudio: allow loading the current branch, since it might have been edited.
This commit is contained in:
parent
62ba39b633
commit
0bd4e99c8f
|
@ -142,8 +142,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void LoadSelectedBranch()
|
||||
{
|
||||
int index = BranchView.SelectedRows.First();
|
||||
if (CurrentBranch == index)
|
||||
return;
|
||||
//if (CurrentBranch == index) // if the current branch was edited, we should allow loading it. some day there might be a proper check
|
||||
// return;
|
||||
|
||||
if (SelectedBranch != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue