mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 14:30:26 +00:00
Fix treeview not firing double click event, ops
This commit is contained in:
parent
d19aa09c32
commit
c83d7e7f1e
4 changed files with 1 additions and 5 deletions
|
@ -524,10 +524,5 @@ namespace Toolbox.Library.Forms
|
|||
SearchNodeForm form = new SearchNodeForm(treeViewCustom1);
|
||||
form.Show(this);
|
||||
}
|
||||
|
||||
private void treeViewCustom1_DoubleClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -162,6 +162,7 @@
|
|||
//
|
||||
// lblFoundEntries
|
||||
//
|
||||
this.lblFoundEntries.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.lblFoundEntries.AutoSize = true;
|
||||
this.lblFoundEntries.Location = new System.Drawing.Point(163, 372);
|
||||
this.lblFoundEntries.Name = "lblFoundEntries";
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue