Tweak frame marker drag

This commit is contained in:
adelikat 2014-07-18 19:22:10 +00:00
parent e6c99db9ff
commit 08764cc9b5
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ namespace BizHawk.Client.EmuHawk
{ {
if (e.NewCell.Row.HasValue) if (e.NewCell.Row.HasValue)
{ {
GoToFrame(e.NewCell.Row.Value - 1); GoToFrame(e.NewCell.Row.Value);
} }
} }
else if (_startFrameDrag) else if (_startFrameDrag)