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

Loading…
Cancel
Save