generic core config - block making syncsettings changes when movies are active. other core config UIs to follow
This commit is contained in:
parent
3d14177877
commit
09ca43328d
|
@ -32,6 +32,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
propertyGrid2.SelectedObject = ss;
|
propertyGrid2.SelectedObject = ss;
|
||||||
else
|
else
|
||||||
tabControl1.TabPages.Remove(tabPage2);
|
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)
|
private void button1_Click(object sender, EventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue