tastudio: don't jump to greenzone end when entering analog edit mode
This commit is contained in:
parent
9ca383e58d
commit
2f0ccb99f1
|
@ -552,7 +552,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
_floatEditYPos = e.Y;
|
||||
_floatBackupState = CurrentTasMovie.GetFloatState(_floatEditRow, _floatEditColumn);
|
||||
_triggerAutoRestore = true;
|
||||
JumpToGreenzone();
|
||||
//JumpToGreenzone(); // not changing anything yet!
|
||||
}
|
||||
RefreshDialog();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue