tastudio: refine autorestore again
This commit is contained in:
parent
beb204bb4c
commit
3b117752cf
|
@ -72,6 +72,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
GoToLastEmulatedFrameIfNecessary(CurrentTasMovie.LastValidFrame);
|
||||
}
|
||||
else
|
||||
{
|
||||
_triggerAutoRestore = false;
|
||||
}
|
||||
}
|
||||
|
||||
private void StartSeeking(int? frame)
|
||||
|
@ -554,8 +558,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
_floatTypedValue = "";
|
||||
_floatEditYPos = e.Y;
|
||||
_floatBackupState = CurrentTasMovie.GetFloatState(_floatEditRow, _floatEditColumn);
|
||||
_triggerAutoRestore = false;
|
||||
//JumpToGreenzone(); // not changing anything yet!
|
||||
}
|
||||
RefreshDialog();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue