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:
Stephen Turner 2014-09-30 12:50:09 +01:00
parent 71de9ae14a
commit d039f87d9a

View File

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