Tweak frame marker drag
This commit is contained in:
parent
e6c99db9ff
commit
08764cc9b5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue