generic core config - block making syncsettings changes when movies are active. other core config UIs to follow

This commit is contained in:
goyuken 2014-08-06 00:51:23 +00:00
parent 3d14177877
commit 09ca43328d
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ namespace BizHawk.Client.EmuHawk
propertyGrid2.SelectedObject = ss;
else
tabControl1.TabPages.Remove(tabPage2);
if (Global.MovieSession.Movie.IsActive)
propertyGrid2.Enabled = false; // disable changes to sync setting when movie, so as not to confuse user
}
private void button1_Click(object sender, EventArgs e)