Tastudio - fix crash when attempting to use right-click column autohold if the movie was loaded via autoload

This commit is contained in:
adelikat 2019-11-27 20:10:06 -06:00
parent a82f0d1ce7
commit 68797f18f7
1 changed files with 6 additions and 6 deletions

View File

@ -576,14 +576,14 @@ namespace BizHawk.Client.EmuHawk
GoToFrame(CurrentTasMovie.Session.CurrentFrame);
}
if (TasView.AllColumns.Count == 0 || file.Extension != $".{TasMovie.Extension}")
{
//if (TasView.AllColumns.Count == 0 || file.Extension != $".{TasMovie.Extension}")
//{
SetUpColumns();
}
else
{
//}
//else
//{
SetUpToolStripColumns();
}
//}
CurrentTasMovie.PropertyChanged += TasMovie_OnPropertyChanged;
CurrentTasMovie.CurrentBranch = CurrentTasMovie.Session.CurrentBranch;