CA-257553: Unexpected error on the Memory tab while running an "Instant VM create" action

Calling Rebuild() from the event thread now

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2017-06-22 15:49:15 +01:00
parent 1fce4298e5
commit 10e2aff2e4

View File

@ -116,7 +116,10 @@ namespace XenAdmin.TabPages
foreach (VM vm in vms)
RegisterVMHandlers(vm);
Program.BeginInvoke(Program.MainWindow, () =>
{
Rebuild();
});
}
}