mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-145608: Starts up at blank search page
-Fixed field initialisation that caused XenCenter to immediately switch away from the Home Page when started
This commit is contained in:
parent
0d0daa4ddb
commit
102d313e69
@ -42,7 +42,7 @@ namespace XenAdmin.Commands
|
||||
internal class SelectionManager : SelectionBroadcaster
|
||||
{
|
||||
private SelectedItemCollection _selection = new SelectedItemCollection();
|
||||
private SelectedItemCollection savedSelection = new SelectedItemCollection();
|
||||
private SelectedItemCollection savedSelection = null;
|
||||
|
||||
/// <summary>
|
||||
/// Sets the main selection for XenCenter.
|
||||
|
Loading…
Reference in New Issue
Block a user