From 0bd4e99c8f8dc6cd8517d0c273b4708fe96b849e Mon Sep 17 00:00:00 2001 From: feos Date: Fri, 25 Sep 2015 21:16:40 +0300 Subject: [PATCH] tastudio: allow loading the current branch, since it might have been edited. --- BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs index 6fb5602b77..d47a3a8ed7 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs @@ -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) {