tastudio: don't jump to greenzone end when entering analog edit mode

This commit is contained in:
feos 2016-11-26 16:35:14 +03:00
parent 9ca383e58d
commit 2f0ccb99f1
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}