Tastudio - on Movie/System mismatch, recalculate columns of the new platform when making a new default project
This commit is contained in:
parent
305dea53ab
commit
35b28e92ee
|
@ -446,6 +446,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
var result = LoadProject(Global.Config.RecentTas.MostRecent);
|
||||
if (!result)
|
||||
{
|
||||
TasView.AllColumns.Clear();
|
||||
NewDefaultProject();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue