Tastudio - fix exception on load in relase builds
This commit is contained in:
parent
0d8e111c55
commit
7de427fb3c
|
@ -518,7 +518,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (VersionInfo.DeveloperBuild)
|
||||
{
|
||||
RightClickMenu.Items.AddRange(TasView.GenerateContextMenuItems().ToArray());
|
||||
}
|
||||
|
||||
RightClickMenu.Items
|
||||
.OfType<ToolStripMenuItem>()
|
||||
|
@ -527,6 +526,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
CurrentTasMovie.FlagChanges();
|
||||
};
|
||||
}
|
||||
|
||||
RefreshDialog();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue