Do local selection check in TasView_PointedCellChanged
This commit is contained in:
parent
cfc76ee47a
commit
8278b30579
src/BizHawk.Client.EmuHawk/tools/TAStudio
|
@ -988,7 +988,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
for (var i = startVal; i <= endVal; i++)
|
||||
{
|
||||
TasView.SelectRow(i, _selectionDragState);
|
||||
if (!TasView.IsRowSelected(i))
|
||||
TasView.SelectRow(i, _selectionDragState);
|
||||
if (AxisEditingMode && (ModifierKeys == Keys.Control || ModifierKeys == Keys.Shift))
|
||||
{
|
||||
if (_selectionDragState)
|
||||
|
|
Loading…
Reference in New Issue