During StopMovie() set the global read-only setting to true. This will ensure that movies always start in read-only while still respecting the read-only checkbox on the play movie dialog

This commit is contained in:
andres.delikat 2011-08-17 23:53:05 +00:00
parent 2243c7dcad
commit 6905f69b6b
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ namespace BizHawk.MultiClient
UserMovie.StopMovie();
Global.RenderPanel.AddMessage(message);
SetMainformMovieInfo();
Global.MainForm.ReadOnly = true;
}
}