Play Movie - fix bug where dialog was not respecting the read-only checkbox
This commit is contained in:
parent
59ae076df7
commit
a534c7b221
|
@ -69,8 +69,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void OK_Click(object sender, EventArgs e)
|
||||
{
|
||||
Global.MovieSession.ReadOnly = ReadOnlyCheckBox.Checked;
|
||||
Run();
|
||||
Global.MovieSession.ReadOnly = ReadOnlyCheckBox.Checked;
|
||||
Close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue