Tastudio - fix crash when attempting to use right-click column autohold if the movie was loaded via autoload
This commit is contained in:
parent
a82f0d1ce7
commit
68797f18f7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue