diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs index 702445d0b3..390530b9f5 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs @@ -198,7 +198,7 @@ namespace BizHawk.Client.EmuHawk return; } - if (TasView.CurrentCell.RowIndex.HasValue && TasView.CurrentCell.Column != null) + if (TasView.CurrentCell != null && TasView.CurrentCell.RowIndex.HasValue && TasView.CurrentCell.Column != null) { if (e.Button == MouseButtons.Left) {