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 {