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

Commit

Permalink
Fix System.ArgumentException
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Majewski committed Jan 8, 2021
1 parent 008c438 commit 70f01ac
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 70f01ac

Please sign in to comment.