tastudio: refine autorestore again

This commit is contained in:
feos 2016-11-27 00:28:52 +03:00
parent beb204bb4c
commit 3b117752cf
1 changed files with 4 additions and 2 deletions

View File

@ -72,6 +72,10 @@ namespace BizHawk.Client.EmuHawk
{ {
GoToLastEmulatedFrameIfNecessary(CurrentTasMovie.LastValidFrame); GoToLastEmulatedFrameIfNecessary(CurrentTasMovie.LastValidFrame);
} }
else
{
_triggerAutoRestore = false;
}
} }
private void StartSeeking(int? frame) private void StartSeeking(int? frame)
@ -554,8 +558,6 @@ namespace BizHawk.Client.EmuHawk
_floatTypedValue = ""; _floatTypedValue = "";
_floatEditYPos = e.Y; _floatEditYPos = e.Y;
_floatBackupState = CurrentTasMovie.GetFloatState(_floatEditRow, _floatEditColumn); _floatBackupState = CurrentTasMovie.GetFloatState(_floatEditRow, _floatEditColumn);
_triggerAutoRestore = false;
//JumpToGreenzone(); // not changing anything yet!
} }
RefreshDialog(); RefreshDialog();
} }