From 8ac0576c5445128808bc815adf9b889e590f2dd1 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 19 Oct 2014 21:45:02 +0000 Subject: [PATCH] Tastudio - refresh after cloning or inserting frames --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs index 46c205e63f..8a1a38c448 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs @@ -348,6 +348,7 @@ namespace BizHawk.Client.EmuHawk { GoToLastEmulatedFrameIfNecessary(insertionFrame); DoAutoRestore(); + RefreshDialog(); } else { @@ -367,6 +368,7 @@ namespace BizHawk.Client.EmuHawk { GoToLastEmulatedFrameIfNecessary(insertionFrame); DoAutoRestore(); + RefreshDialog(); } else { @@ -390,6 +392,7 @@ namespace BizHawk.Client.EmuHawk { GoToLastEmulatedFrameIfNecessary(insertionFrame); DoAutoRestore(); + RefreshDialog(); } else {