Tastudio - refresh after cloning or inserting frames
This commit is contained in:
parent
6c9e902ebe
commit
8ac0576c54
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue