tastudio: allow loading the current branch, since it might have been edited.

This commit is contained in:
feos 2015-09-25 21:16:40 +03:00
parent 62ba39b633
commit 0bd4e99c8f
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{