mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
[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:
parent
82de583e3d
commit
9f39bdfb23
@ -403,6 +403,7 @@ namespace XenAdmin.Controls.XenSearch
|
||||
{
|
||||
draggedButton = null;
|
||||
dragging = false;
|
||||
Setup();
|
||||
}
|
||||
|
||||
void button_MouseDown(object sender, MouseEventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user