diff --git a/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs b/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs index 34cb619e..f7a1b85e 100644 --- a/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs @@ -592,7 +592,8 @@ namespace VEPROMS this.tv.Size = new System.Drawing.Size(30, 637); this.tv.TabIndex = 1; this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand); - this.tv.Click += new System.EventHandler(this.tv_Click); + //this.tv.Click += new System.EventHandler(this.tv_Click); + this.tv.MouseUp +=new System.Windows.Forms.MouseEventHandler(tv_MouseUp); this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose); // // infoPanel