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:
Konstantina Chremmou 2018-08-31 18:42:53 +01:00 committed by Mihaela Stoica
parent b634988c69
commit 90183251d8

View File

@ -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)