mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-297088: Fixed issue where XenCenter froze if a new server was added while
we were on the select host page of the Import and Migration Wizards. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
b634988c69
commit
90183251d8
@ -533,7 +533,7 @@ namespace XenAdmin.Wizards.GenericPages
|
||||
|
||||
private void CollectionChanged(object sender, CollectionChangeEventArgs e)
|
||||
{
|
||||
Program.Invoke(this, PopulateComboBox);
|
||||
Program.BeginInvoke(this, PopulateComboBox);
|
||||
}
|
||||
|
||||
private void xenConnection_CachePopulated(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user