Skip to content

Commit b779de9

Browse files
committed
Write HasStrikethrough
1 parent f57441b commit b779de9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ICSharpCode.AvalonEdit/Highlighting/HighlightingColor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public virtual void GetObjectData(SerializationInfo info, StreamingContext conte
222222
info.AddValue("HasUnderline", this.Underline.HasValue);
223223
if (this.Underline.HasValue)
224224
info.AddValue("Underline", this.Underline.Value);
225+
info.AddValue("HasStrikethrough", this.Strikethrough.HasValue);
225226
if (this.Strikethrough.HasValue)
226227
info.AddValue("Strikethrough", this.Strikethrough.Value);
227228
info.AddValue("Foreground", this.Foreground);

0 commit comments

Comments
 (0)