Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #248 from ldmajewski/fix-system.argumentexception
Browse files Browse the repository at this point in the history
Fix System.ArgumentException
  • Loading branch information
haplokuon committed Mar 8, 2021
2 parents 008c438 + 70f01ac commit b4dbbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netDxf/IO/DxfReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10862,7 +10862,7 @@ record = this.doc.GetObjectByHandle(pair.Value[2]) as BlockRecord;
{
continue;
}
pair.Key.FrozenLayers.AddRange(pair.Value);
pair.Key.FrozenLayers.Add(layer);
}
}
}
Expand Down

0 comments on commit b4dbbc7

Please sign in to comment.