mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Revert change for CA-146815. This change is slightly risky because it changes the order of events, so we will not bundle it up with the other changes but will consider it separately.
This commit is contained in:
parent
71de9ae14a
commit
d039f87d9a
@ -300,7 +300,7 @@ namespace XenAdmin.Controls.MainWindowControls
|
||||
navigationView.CurrentSearch = Search;
|
||||
navigationView.NavigationMode = currentMode;
|
||||
navigationView.ResetSeachBox();
|
||||
navigationView.RefreshTreeView();
|
||||
navigationView.RequestRefreshTreeView();
|
||||
navigationView.FocusTreeView();
|
||||
|
||||
if (navigationView.SelectionManager.Selection.Count < 1)
|
||||
|
Loading…
Reference in New Issue
Block a user