tastudio - make sure changes are not flagged when starting a new project
This commit is contained in:
parent
559884c0c0
commit
e2004133f2
|
@ -141,6 +141,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
NewTasMovie();
|
NewTasMovie();
|
||||||
WantsToControlStopMovie = false;
|
WantsToControlStopMovie = false;
|
||||||
StartNewMovieWrapper(record: true);
|
StartNewMovieWrapper(record: true);
|
||||||
|
_currentTasMovie.ClearChanges();
|
||||||
WantsToControlStopMovie = true;
|
WantsToControlStopMovie = true;
|
||||||
SetTextProperty();
|
SetTextProperty();
|
||||||
RefreshDialog();
|
RefreshDialog();
|
||||||
|
|
Loading…
Reference in New Issue