Browse Source

Fix #3450: Fix "Clear assembly list" not actually persistent.

pull/3455/head
Siegfried Pammer 3 months ago
parent
commit
3b8302903a
  1. 1
      ICSharpCode.ILSpyX/AssemblyList.cs

1
ICSharpCode.ILSpyX/AssemblyList.cs

@ -405,7 +405,6 @@ namespace ICSharpCode.ILSpyX
VerifyAccess(); VerifyAccess();
lock (lockObj) lock (lockObj)
{ {
dirty = true;
assemblies.Clear(); assemblies.Clear();
byFilename.Clear(); byFilename.Clear();
} }

Loading…
Cancel
Save