Tastudio - reset row count when starting a new project

This commit is contained in:
adelikat 2014-10-18 15:31:51 +00:00
parent 2e7ee97de9
commit 2ba9d090ac
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ namespace BizHawk.Client.EmuHawk
_currentTasMovie.Filename = DefaultTasProjName(); // TODO don't do this, take over any mainform actions that can crash without a filename
_currentTasMovie.PopulateWithDefaultHeaderValues();
_currentTasMovie.ClearChanges();
TasView.RowCount = 1;
}
private static string DefaultTasProjName()