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