Browse Source

Make sure a treenode is selected after changing assembly list to make commands work properly.

pull/1951/head
Siegfried Pammer 5 years ago
parent
commit
ed76b38232
  1. 1
      ILSpy/MainWindow.xaml.cs

1
ILSpy/MainWindow.xaml.cs

@ -640,6 +640,7 @@ namespace ICSharpCode.ILSpy @@ -640,6 +640,7 @@ namespace ICSharpCode.ILSpy
//Only load a new list when it is a different one
if (list.ListName != CurrentAssemblyList.ListName) {
ShowAssemblyList(list);
SelectNode(AssemblyTreeView.Root);
}
}

Loading…
Cancel
Save