TAStudio - when clicking the cursor column immediately go to that frame

This commit is contained in:
adelikat 2014-07-14 01:25:26 +00:00
parent b53cc908b8
commit 4f5ce7d545
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ namespace BizHawk.Client.EmuHawk
if (TasView.PointedCell.Column == MarkerColumnName)
{
_startMarkerDrag = true;
GoToFrame(TasView.PointedCell.Row.Value - 1);
}
else if (TasView.PointedCell.Column == FrameColumnName)
{