tastudio: fix cursor dragging during seeking (by disabling it)
taseditor fashion
This commit is contained in:
parent
a0d718acc0
commit
634f11a202
|
@ -737,7 +737,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
endVal = e.OldCell.RowIndex.Value;
|
endVal = e.OldCell.RowIndex.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_startCursorDrag)
|
if (_startCursorDrag && !Mainform.IsSeeking)
|
||||||
{
|
{
|
||||||
if (e.NewCell.RowIndex.HasValue)
|
if (e.NewCell.RowIndex.HasValue)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue