mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 15:29:26 +01:00
The event handler meant to toggle the section's expanded state on mouse double
click was hooked to the wrong event. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
d08efd4a86
commit
83732625ac
2
XenAdmin/Controls/PDSection.Designer.cs
generated
2
XenAdmin/Controls/PDSection.Designer.cs
generated
@ -63,7 +63,7 @@ namespace XenAdmin.Controls
|
||||
this.panel1.Controls.Add(this.label1);
|
||||
resources.ApplyResources(this.panel1, "panel1");
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDoubleClick);
|
||||
this.panel1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDoubleClick);
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user