Add ArrowHeadCombination to BinaryFormatterHelper

(cherry picked from commit 561cbf760754ec14da4bf8d89a86b40a4806cdd6)
This commit is contained in:
Nathan Brown 2025-02-07 18:41:32 -08:00
commit 8a467d8541

View file

@ -54,6 +54,7 @@ namespace Greenshot.Editor.Helpers
{"System.Collections.Generic.List`1[[Greenshot.Base.Interfaces.Drawing.IField", typeof(List<IField>)},
{"System.Collections.Generic.List`1[[System.Drawing.Point", typeof(List<System.Drawing.Point>)},
{"Greenshot.Editor.Drawing.ArrowContainer", typeof(ArrowContainer) },
{"Greenshot.Editor.Drawing.ArrowContainer+ArrowHeadCombination", typeof(ArrowContainer.ArrowHeadCombination) },
{"Greenshot.Editor.Drawing.LineContainer", typeof(LineContainer) },
{"Greenshot.Editor.Drawing.TextContainer", typeof(TextContainer) },
{"Greenshot.Editor.Drawing.SpeechbubbleContainer", typeof(SpeechbubbleContainer) },