[CA-114492] Stop GroupBy buttons remaining overlapped after a drag operation by ensuring they snap back to a correct setup on mouseup

Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
This commit is contained in:
Callum McIntyre 2016-10-07 14:16:06 +01:00
parent 82de583e3d
commit 9f39bdfb23

View File

@ -403,6 +403,7 @@ namespace XenAdmin.Controls.XenSearch
{
draggedButton = null;
dragging = false;
Setup();
}
void button_MouseDown(object sender, MouseEventArgs e)