Browse Source

Fix formatting

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

3
ILSpy/AssemblyTree/AssemblyTreeModel.cs

@ -903,12 +903,13 @@ namespace ICSharpCode.ILSpy.AssemblyTree
{ {
refreshThrottle.Tick(); refreshThrottle.Tick();
} }
private void RefreshInternal() private void RefreshInternal()
{ {
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));

Loading…
Cancel
Save