Fixed bug when clicking the root tree node in the Help window

This commit is contained in:
David Sparer
2016-06-20 12:46:47 -06:00
parent ab26b94808
commit cbe18b70ca

View File

@@ -150,6 +150,7 @@ namespace mRemoteNG.UI.Window
TreeNode24.Text = "Quick Reference";
TreeNode25.Name = "Node0";
TreeNode25.Text = "Help";
TreeNode25.Tag = "Index";
tvIndex.Nodes.AddRange(new TreeNode[] {TreeNode25});
tvIndex.ShowRootLines = false;
tvIndex.Size = new System.Drawing.Size(207, 321);