TAStudio: Fix crash when ctrl+clicking with no previous row selected.
This commit is contained in:
parent
94935bc45e
commit
fae50bc807
|
@ -625,6 +625,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
else if (Control.ModifierKeys == Keys.Shift && Control.ModifierKeys != Keys.Alt)
|
||||
{
|
||||
if (!TasView.AnyRowsSelected) return;
|
||||
int firstSel = TasView.SelectedRows.First();
|
||||
|
||||
if (frame <= firstSel)
|
||||
|
|
Loading…
Reference in New Issue