Skip to content

Commit

Permalink
Fixed Chooser buttons being inconsistent
Browse files Browse the repository at this point in the history
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitChooser.Designer.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitChooser.cs
  • Loading branch information
HyperPolygon64 committed Dec 3, 2019
1 parent df7571d commit af27893
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 47 deletions.
65 changes: 20 additions & 45 deletions Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitChooser.Designer.cs

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

2 changes: 0 additions & 2 deletions Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitChooser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public static string Show(string text, string caption, string choice1, string ch

private void Btn_Yes_Click(object sender, EventArgs e) { Accept = btn_Choice1.Text; Close(); }

private void Btn_No_Click(object sender, EventArgs e) { Accept = btn_No.Text; Close(); }

private void Btn_Abort_Click(object sender, EventArgs e) { Accept = btn_Abort.Text; Close(); }

private void Rtb_Message_ContentsResized(object sender, ContentsResizedEventArgs e) {
Expand Down

0 comments on commit af27893

Please sign in to comment.