Skip to content

Commit

Permalink
coded OK button (wasnt doing anything)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyp7 committed May 12, 2020
1 parent ebf6c80 commit 0b77985
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ImageView/FrmSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions ImageView/FrmSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,11 @@ private void apply()
configNew = (Config)frmMain.config.Clone();

}

private void btnOK_Click(object sender, EventArgs e)
{
apply();
this.Close();
}
}
}

0 comments on commit 0b77985

Please sign in to comment.