diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs index d47a3a8ed7..98394e1793 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs @@ -148,8 +148,8 @@ namespace BizHawk.Client.EmuHawk if (SelectedBranch != null) { CurrentBranch = index; - BranchView.Refresh(); LoadBranch(SelectedBranch); + BranchView.Refresh(); } }