tastudio: fix cursor dragging during seeking (by disabling it)

taseditor fashion
This commit is contained in:
feos 2016-09-09 18:46:05 +03:00
parent a0d718acc0
commit 634f11a202
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ namespace BizHawk.Client.EmuHawk
endVal = e.OldCell.RowIndex.Value;
}
if (_startCursorDrag)
if (_startCursorDrag && !Mainform.IsSeeking)
{
if (e.NewCell.RowIndex.HasValue)
{