Skip to content

Commit

Permalink
Tastudio - fix crash when trying to use alt+drag after autoloading a …
Browse files Browse the repository at this point in the history
….tasproj
  • Loading branch information
adelikat committed Jan 18, 2020
1 parent 41c4c8a commit 1cd5675
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,11 @@ private void SetUpColumns()

TasView.AllColumns.ColumnsChanged();

SetupBoolPatterns();
}

private void SetupBoolPatterns()
{
// Patterns
int bStart = 0;
int fStart = 0;
Expand Down Expand Up @@ -532,6 +537,7 @@ private void EngageTastudio()
MainForm.SetMainformMovieInfo();
Global.MovieSession.ReadOnly = true;
SetSplicer();
SetupBoolPatterns();
}

#endregion
Expand Down

0 comments on commit 1cd5675

Please sign in to comment.