fix: attempting to change current movie's GreenzoneSettings would actually change the defaults
This commit is contained in:
parent
2761156fc3
commit
2c0fa143c1
|
@ -1000,8 +1000,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void StateHistorySettingsMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
new DefaultGreenzoneSettings(
|
||||
new TasStateManagerSettings(Config.Movies.DefaultTasStateManagerSettings),
|
||||
s => { Config.Movies.DefaultTasStateManagerSettings = s; })
|
||||
CurrentTasMovie.TasStateManager.Settings,
|
||||
s => { CurrentTasMovie.TasStateManager.Settings = s; })
|
||||
{
|
||||
Location = this.ChildPointToScreen(TasView),
|
||||
Text = "Savestate History Settings",
|
||||
|
|
Loading…
Reference in New Issue