Skip to content

Commit

Permalink
Fixing bug with canceling Find operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Mar 2, 2015
1 parent 62e0cc7 commit 74bd3dd
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 250 deletions.
189 changes: 94 additions & 95 deletions SonLVL/FindChunksDialog.Designer.cs

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

10 changes: 0 additions & 10 deletions SonLVL/FindChunksDialog.cs
Expand Up @@ -13,16 +13,6 @@ public FindChunksDialog()
InitializeComponent();
}

private void okButton_Click(object sender, EventArgs e)
{
Close();
}

private void cancelButton_Click(object sender, EventArgs e)
{
Close();
}

private void tileList1_SelectedIndexChanged(object sender, EventArgs e)
{
if (tileList1.SelectedIndex != -1)
Expand Down

0 comments on commit 74bd3dd

Please sign in to comment.