Tastudio - refresh after cloning or inserting frames

This commit is contained in:
adelikat 2014-10-19 21:45:02 +00:00
parent 6c9e902ebe
commit 8ac0576c54
1 changed files with 3 additions and 0 deletions

View File

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