GB prefs UI: fix small bug in the getdefaults button

This commit is contained in:
goyuken 2014-08-06 14:52:27 +00:00
parent 0b81b6f773
commit 3e3a885bd6
1 changed files with 2 additions and 0 deletions

View File

@ -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)