|
|
@ -909,6 +909,7 @@ namespace ICSharpCode.ILSpy.AssemblyTree |
|
|
|
using (Keyboard.FocusedElement.PreserveFocus()) |
|
|
|
using (Keyboard.FocusedElement.PreserveFocus()) |
|
|
|
{ |
|
|
|
{ |
|
|
|
var path = GetPathForNode(SelectedItem); |
|
|
|
var path = GetPathForNode(SelectedItem); |
|
|
|
|
|
|
|
|
|
|
|
if (AssemblyList != null) |
|
|
|
if (AssemblyList != null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
ShowAssemblyList(SettingsService.Instance.AssemblyListManager.LoadList(AssemblyList.ListName)); |
|
|
|
ShowAssemblyList(SettingsService.Instance.AssemblyListManager.LoadList(AssemblyList.ListName)); |
|
|
|