TAStudio - when clicking the cursor column immediately go to that frame
This commit is contained in:
parent
b53cc908b8
commit
4f5ce7d545
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue