1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Fix double click event for treeview

This commit is contained in:
KillzXGaming 2019-07-14 12:57:07 -04:00
parent 8a89bce579
commit a2f01c7748
6 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@ -559,11 +559,6 @@ namespace Switch_Toolbox.Library.Forms
return null;
}
private void treeViewCustom1_DoubleClick(object sender, MouseEventArgs e)
{
}
private void treeViewCustom1_KeyPress(object sender, KeyEventArgs e)
{
if (treeViewCustom1.SelectedNode != null && e.KeyData.HasFlag(Keys.ControlKey) && treeViewCustom1.SelectedNode is IContextMenuNode)