Tastudio - fix crash when trying to use alt+drag after autoloading a .tasproj
This commit is contained in:
parent
41c4c8a951
commit
1cd5675ce0
|
@ -465,6 +465,11 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
TasView.AllColumns.ColumnsChanged();
|
||||
|
||||
SetupBoolPatterns();
|
||||
}
|
||||
|
||||
private void SetupBoolPatterns()
|
||||
{
|
||||
// Patterns
|
||||
int bStart = 0;
|
||||
int fStart = 0;
|
||||
|
@ -532,6 +537,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
MainForm.SetMainformMovieInfo();
|
||||
Global.MovieSession.ReadOnly = true;
|
||||
SetSplicer();
|
||||
SetupBoolPatterns();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue