Merge pull request #46 from mcgrew/preferences-save-fix
Fix for settings not saving under mono 6.12
This commit is contained in:
commit
73bc240164
1 changed files with 2 additions and 0 deletions
|
@ -140,11 +140,13 @@ namespace Mesen.GUI.Forms
|
|||
|
||||
private void btnOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.DialogResult = ((Button)sender).DialogResult;
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void btnCancel_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.DialogResult = ((Button)sender).DialogResult;
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue