Fix treeview not firing double click event, ops

This commit is contained in:
KillzXGaming 2019-07-31 17:31:50 -04:00
parent d19aa09c32
commit c83d7e7f1e
4 changed files with 1 additions and 5 deletions

View file

@ -524,10 +524,5 @@ namespace Toolbox.Library.Forms
SearchNodeForm form = new SearchNodeForm(treeViewCustom1);
form.Show(this);
}
private void treeViewCustom1_DoubleClick(object sender, MouseEventArgs e)
{
}
}
}

View file

@ -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";