Fix for mono not saving settings
This commit is contained in:
parent
c9b01cf899
commit
82b0e6d4d9
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