Tastudio - reset row count when starting a new project
This commit is contained in:
parent
2e7ee97de9
commit
2ba9d090ac
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue