GB prefs UI: fix small bug in the getdefaults button
This commit is contained in:
parent
0b81b6f773
commit
3e3a885bd6
|
@ -44,6 +44,8 @@ namespace BizHawk.Client.EmuHawk.config.GB
|
|||
private void buttonDefaults_Click(object sender, EventArgs e)
|
||||
{
|
||||
PutSettings(null, Global.MovieSession.Movie.IsActive ? ss : null);
|
||||
if (!Global.MovieSession.Movie.IsActive)
|
||||
SyncSettingsChanged = true;
|
||||
}
|
||||
|
||||
private void buttonPalette_Click(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue