Browse Source

Fix formatting

pull/3295/head
tom-englert 9 months ago
parent
commit
e3a1444d8e
  1. 1
      ILSpy/AssemblyTree/AssemblyTreeModel.cs

1
ILSpy/AssemblyTree/AssemblyTreeModel.cs

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

Loading…
Cancel
Save